This is a migrated thread and some comments may be shown as answers.

Telerik Reporting: Create report for multiple levels of data? Use XML as the multiple-level "data source"?

1 Answer 142 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
andy
Top achievements
Rank 1
andy asked on 05 Jul 2011, 03:14 PM

I need to create reports with 2 levels of details.  For example:

(top level):  Name, SSN, Address

    (1st level down): Account type, Account number

        (2nd level down): Deposit/Withdrawl amount, date, payee

Can the infragistics report tool perform this?

Can there be multiple parent/child/grandchild hierarchies in the same report?

---

Also, can the data-source for this report be a hierarchical (in this case, 1 parent level + child levels + grandchild levels) xml file?  How is the reported to the structure of the xml file?

Thanks!

 

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 05 Jul 2011, 04:48 PM
Hello Andy,

Currently our Reporting engine works with flat data sources (table-like). Thus you have to create a DataSet and fill the dataset with DataSet.ReadXml(file) method. Once the dataset is ready you have to create a relations between the generated tables. Such related tables can be represented by Master-Detail reports.

You may find useful the following help articles:
Regards,
Peter
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
General Discussions
Asked by
andy
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or