Relation between StiReport.RenderedPages and StiReport.Pages

Stimulsoft Reports.NET discussion
Post Reply
munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Relation between StiReport.RenderedPages and StiReport.Pages

Post by munich »

How can I find out, after rendering a report using StiReport.Render(), which rendered page (of StiReport.RenderedPages) has been created from which StiPage-Objekt of StiReport.Pages-Collection?

Thanks for any help.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Relation between StiReport.RenderedPages and StiReport.Pages

Post by Edward »

Hi,

You can set the Tag property of each page in the report template according to the name of each page in the report.

Thank you.
munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Relation between StiReport.RenderedPages and StiReport.Pages

Post by munich »

Hi Edward,

:biggrin: great idea to use the Tag property. This did not come into my mind.

Thank you very much.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Relation between StiReport.RenderedPages and StiReport.Pages

Post by Edward »

Hi

Great! :) You are welcome.

Please let us know if any additional help is required.

Thank you.
Post Reply