add. subreports: different header on 1st page per subreport?
Posted: Fri Sep 11, 2015 11:52 am
Dear Stimulsoft team,
There is a table that needs to be printed with too many columns to fit on one page (landscape)
So I want to create a subreport for each group of 5 columns (max column count for landscape) and add those to an empty main report.
Whenever a new subreport starts, the header of the first page of that subreport needs to be different from the header on the following pages of that subreport.
The mrt contains 2 page header bands. 1 to show on the first page and one to show on all other pages (setting the property ‘Print on’ in the designer accordingly)
Now when I add the subreports with mainreport.SubReports.Add() only the very first page of the resulting report does show the header band for the first page. That is not what I expected.
So my question is:
Is there a (simple) way to have one (page)header on the first page of a subreport and another header on all other pages of that subreport, when generating a report that has several subreports added.
I am using Stimulsoft 2015.1.19 and testdata.zip contains the relevant data and mrt and a codesnippet how the report is generated.
thank you & best regards,
DCollins
There is a table that needs to be printed with too many columns to fit on one page (landscape)
So I want to create a subreport for each group of 5 columns (max column count for landscape) and add those to an empty main report.
Whenever a new subreport starts, the header of the first page of that subreport needs to be different from the header on the following pages of that subreport.
The mrt contains 2 page header bands. 1 to show on the first page and one to show on all other pages (setting the property ‘Print on’ in the designer accordingly)
Now when I add the subreports with mainreport.SubReports.Add() only the very first page of the resulting report does show the header band for the first page. That is not what I expected.
So my question is:
Is there a (simple) way to have one (page)header on the first page of a subreport and another header on all other pages of that subreport, when generating a report that has several subreports added.
I am using Stimulsoft 2015.1.19 and testdata.zip contains the relevant data and mrt and a codesnippet how the report is generated.
thank you & best regards,
DCollins