Does Nested Grouping Work in Reports.Fx
Posted: Fri Aug 05, 2011 4:27 pm
Are there any known issues with nested grouping in Reports.Fx? I am trying the following with no success:
Group Header 1 (Salesman)
Group Header (Customer)
DataBand
Group Footer (Should be cusomter summary)
Group Footer (Should be saleman summary)
And in each of the group footers I want to sum up the data the corresponds to the Group Header.
So for my example in header one I have a salesman, and in header two I have a customer (all belonging to above saleman). So in footer two just after the data i want the customer summary amount and in the last group footer I want the summary amount for the salesman.
When working in Designer with a small test XML file this appears to work ok, but my data is dynamically added using regDataXML method and an XML file.
Any help would be great.
Group Header 1 (Salesman)
Group Header (Customer)
DataBand
Group Footer (Should be cusomter summary)
Group Footer (Should be saleman summary)
And in each of the group footers I want to sum up the data the corresponds to the Group Header.
So for my example in header one I have a salesman, and in header two I have a customer (all belonging to above saleman). So in footer two just after the data i want the customer summary amount and in the last group footer I want the summary amount for the salesman.
When working in Designer with a small test XML file this appears to work ok, but my data is dynamically added using regDataXML method and an XML file.
Any help would be great.