Hi again,
I would like to open an existing "template" report where Pages[0] has been configured with customers logo, page heading, etc.
Extract a copy of Pages[0] to act as a default (template) page.
Pages[0] then gets columns added until the page width is full.
At this point I would add a new page based upon the default (template) page extracted earlier and start adding columns to this one then repeat.
Whats the easiest (best) way to do this, I don't see a page constructor using another page as a parameter.
Many thanks
Ian
Easiest way to add duplicate page
-
- Posts: 37
- Joined: Wed Oct 11, 2006 3:44 am
Easiest way to add duplicate page
Pages of the report contain PrintHeadersFootersFromPreviousPage property. If this property is set to true for the Pages[1] (and for the following pages as well), then Page Headers and Page Footers from the Pages[0] will be used for the printing on all pages of the report.IanMcCarthy wrote:Hi again,
I would like to open an existing "template" report where Pages[0] has been configured with customers logo, page heading, etc.
Extract a copy of Pages[0] to act as a default (template) page.
Pages[0] then gets columns added until the page width is full.
At this point I would add a new page based upon the default (template) page extracted earlier and start adding columns to this one then repeat.
Whats the easiest (best) way to do this, I don't see a page constructor using another page as a parameter.
Many thanks
Ian
Thank you.
-
- Posts: 37
- Joined: Wed Oct 11, 2006 3:44 am
Easiest way to add duplicate page
Ah, didn't spot that.
Thanks for the assistance.
Ian
Thanks for the assistance.
Ian
Easiest way to add duplicate page
Please contact any time you need help.
Thank you.
Thank you.