I need to develop a report that has dynamic data on the first page and static data on additional pages. Is this possible with Telerik Reporting? I don't see how I can do this from one report in the designer. If not, is there a way I can group multiple reports into one PDF file?
1 Answer, 1 is accepted
0
Svetoslav
Telerik team
answered on 15 Jun 2007, 02:56 PM
Thank you for your question, Shawn.
You can use the SubReport item to embed one report into another. By using this item you can have as many SubReports as the different reports you have. You can review the Master-Detail examples in the QSF (Quick start framework) for more details and code snippets.