Page 1 of 1

Easiest way to add duplicate page

Posted: Tue Nov 14, 2006 10:37 am
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


Easiest way to add duplicate page

Posted: Wed Nov 15, 2006 1:02 am
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.

Easiest way to add duplicate page

Posted: Wed Nov 15, 2006 3:31 am
by IanMcCarthy
Ah, didn't spot that.

Thanks for the assistance.

Ian

Easiest way to add duplicate page

Posted: Wed Nov 15, 2006 3:42 am
by Edward
Please contact any time you need help.

Thank you.