Page 1 of 1

Managing data and bands on the report

Posted: Mon Jan 14, 2008 9:17 am
by dj_uvdata
Hi i have the following scenario i dont know how to create:

I have a report with 2 pages.

Lets say they contain a brochure of some kind.

I would like to print some copies of this report in this way:

page1, page2,page1, page2,page1, page2... etc.

How can I set this up?

Thank you.

Managing data and bands on the report

Posted: Mon Jan 14, 2008 9:32 am
by Edward
Please set the Collate property of the Report object in the Designer in 2.

Thank you.

Managing data and bands on the report

Posted: Tue Jan 15, 2008 1:44 am
by dj_uvdata
if I set collate = 2 in the constructor of my report object it does not seem to work.

My object inherits from stimreport.

Thanks