Hi,
I'm new to Telerik reporting and using the Standalone Designer.
My report is driven by data that contains name, address and a collection of fund data.
I have a table with this data: Fund Name, Date, Amount
I need to display the data grouped by Fund Name, and show summary row for each Fund Name, and a Grand Total for all funds.
Parking Lot Fund
1/1/2019 $50.00
1/2/2019 $50.00
Total $100.00
Building Fund
1/1/2019 $50.00
1/2/2019 $50.00
Total $100.00
Grand Total $200.00
I have a table control in my detail section, have spent a few hours trying to do the above.
How can I add the grouping and summary for my table.
Thank you!!!
Karl