Page 1 of 1
Printing of report with SegmetsPerWidth
Posted: Fri Jun 07, 2013 1:45 pm
by LukasT
Hello,
if I have report with page divided to 3 segments per width, I see that rendered report in matrix which has 3 * X(4) pages. But when I want to print it, I have to print all pages per width and I don't have any possibility to print only for example second page of all 3*4 pages... what shall I do?
Thank you.
Re: Printing of report with SegmetsPerWidth
Posted: Mon Jun 10, 2013 7:54 am
by HighAley
Hello.
LukasT wrote:if I have report with page divided to 3 segments per width, I see that rendered report in matrix which has 3 * X(4) pages. But when I want to print it, I have to print all pages per width and I don't have any possibility to print only for example second page of all 3*4 pages... what shall I do?
You could specify any page of 12.

- anyPage.png (61.3 KiB) Viewed 1611 times
Thank you.
Re: Printing of report with SegmetsPerWidth
Posted: Mon Jun 10, 2013 11:47 am
by LukasT
Sorry Aleksey, I was wrong....
I mean export function for example to PDF .... there I can't export only one page.... and what about exporting (printing) of selection (pages 1,3,6,...)?
Re: Printing of report with SegmetsPerWidth
Posted: Mon Jun 10, 2013 12:13 pm
by LukasT
.... and what about printing of selection (pages 1,3,6,...)? This field is disabled....
Re: Printing of report with SegmetsPerWidth
Posted: Mon Jun 10, 2013 12:30 pm
by HighAley
Hello, Lukas.
You could use next code to split report for pages:
report.RenderedPages = StiSegmentPagesDivider.Divide(report.RenderedPages);
Thank you.
Re: Printing of report with SegmetsPerWidth
Posted: Tue Jun 11, 2013 7:45 am
by LukasT
Thank you.... it is working as expected

Re: Printing of report with SegmetsPerWidth
Posted: Tue Jun 11, 2013 10:13 am
by HighAley
Hello.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.