Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2325
Generate Reports Programatically with out UI
posted

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---------------------------------------------

Parent

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.   

 

Parents Reply Children
No Data