Hi Infragistics team.
We have a requirement to print a report which does not have any User -Interface i.e i need to generate a report programatically.
I have an Xamdatatree with hirearchy of data as below.
Parent
-child1
-child2
--Grand Child.
When user right clicks on parent and clicks on Export then i need to generate report which should consist of Header,Footer,Page Numbers, Detail Section.
Detail section will consist of all the details related to parent and it's children in a grid view.
Ex:
--------------------------------------Header---------------------------------------------
parentdetails in datagrid
child1
child1 details in grid.
grandchild1
grand child details in Grid.
-------------------------------------Footer-----------------------------------------------
Any suggestions on what controls to use or any links related to this.
Hi Team,
I am attaching a sample report of my project.
Hi team
Any suggestions on this,