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!