I'm sorry if this seems silly, but I'm new to using Report Definition Language (RDLC) files and I'm looking for advice on the best "plan of attack" for a report I must create.
THE REPORT The report (itself) must display a table of data above a related set of calculations for each a grouping (of data). I'm hoping to keep one group per page...but that may not be possible as each table may become quite long (but that is another question for another day).
...There can be 1 to N GROUPS
Example
- (GROUP 1)
- TABLE
- FORM CALCULATIONS
PAGE BREAK
- (GROUP 2)
- TABLE
- FORM CALCULATIONS
...and so on.
IS THIS THE BEST WAY TO DO THIS? Place each group into a SUBREPORT. The sub report would then contain the table & form calculations.
...is this right or is there a better way to do this?