Printing of report with SegmetsPerWidth

Stimulsoft Reports.NET discussion
Post Reply
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Printing of report with SegmetsPerWidth

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Printing of report with SegmetsPerWidth

Post 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
anyPage.png (61.3 KiB) Viewed 1608 times
Thank you.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Re: Printing of report with SegmetsPerWidth

Post 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,...)?
Last edited by LukasT on Mon Jun 10, 2013 12:11 pm, edited 1 time in total.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Re: Printing of report with SegmetsPerWidth

Post by LukasT »

.... and what about printing of selection (pages 1,3,6,...)? This field is disabled....
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Printing of report with SegmetsPerWidth

Post by HighAley »

Hello, Lukas.

You could use next code to split report for pages:
report.RenderedPages = StiSegmentPagesDivider.Divide(report.RenderedPages);
Thank you.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Re: Printing of report with SegmetsPerWidth

Post by LukasT »

Thank you.... it is working as expected ;-)
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Printing of report with SegmetsPerWidth

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you will need any additional help.

Thank you.
Post Reply