Doese "subreport" have its Page Header, Page Footer, Report Header, Report Footer?
I tried and found that "subreport" does not have Page Header and Page Footer. Any plan for implement this function.
Benson.
3 Answers, 1 is accepted
0
Vassil Petev
Telerik team
answered on 01 Jun 2007, 10:49 AM
Hello Benson,
We are afraid that we do not understand your suggestion. The PageHeader and PageFooter are page-specific features and are not related to subreports. The idea is the same as with ReportHeader and ReportFooter - these are properties of the report document and are not related to the detail section.
Could you give us more information on your requirement? Are you in need of a SubReport header and footer? If so, could you describe the scenario you are working on? Have you seen this feature in other products? May be you can accomplish this task with simple text boxes placed above/below the subreport.
Below is my business report requirement: I have a sales detail report: invoice,date,customer,area,cur,amount. After printing this sales detail report date by date, there is a summary page by area. I use subreport to implement the summary page, but the report heading will be different (eg. Summary Report By Area) , also I need report footer for printing the grand total amount.
Please advise on how I can work this out. Benson.
0
Svetoslav
Telerik team
answered on 04 Jun 2007, 01:02 PM
Hello Benson,
Thank you for the additional details. Now we understood your requirements. Actually when rendering a nested report (subreport) only its Page Header and Footer sections are ignored. All the other sections are processed as usual. This means that you can use only the Report Header and Footer sections.