Easiest way to add duplicate page

Stimulsoft Reports.NET discussion
Post Reply
IanMcCarthy
Posts: 37
Joined: Wed Oct 11, 2006 3:44 am

Easiest way to add duplicate page

Post by IanMcCarthy »

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

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Easiest way to add duplicate page

Post by Edward »

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
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.

Thank you.
IanMcCarthy
Posts: 37
Joined: Wed Oct 11, 2006 3:44 am

Easiest way to add duplicate page

Post by IanMcCarthy »

Ah, didn't spot that.

Thanks for the assistance.

Ian
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Easiest way to add duplicate page

Post by Edward »

Please contact any time you need help.

Thank you.
Post Reply