Printing of report with SegmetsPerWidth
Printing of report with SegmetsPerWidth
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.
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
Hello.
You could specify any page of 12. Thank you.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?
Re: Printing of report with SegmetsPerWidth
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,...)?
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,...)?
Last edited by LukasT on Mon Jun 10, 2013 12:11 pm, edited 1 time in total.
Re: Printing of report with SegmetsPerWidth
.... and what about printing of selection (pages 1,3,6,...)? This field is disabled....
Re: Printing of report with SegmetsPerWidth
Hello, Lukas.
You could use next code to split report for pages:
You could use next code to split report for pages:
Thank you.report.RenderedPages = StiSegmentPagesDivider.Divide(report.RenderedPages);
Re: Printing of report with SegmetsPerWidth
Thank you.... it is working as expected 

Re: Printing of report with SegmetsPerWidth
Hello.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.