Print separated pages

Stimulsoft Reports.NET discussion
Post Reply
Konrad
Posts: 6
Joined: Thu Dec 15, 2022 11:39 am

Print separated pages

Post by Konrad »

Hello
Im trying to make a raport that contain data placed on segmented page. Problem is that when raport is showed by web view, it's not breaking up into different pages, but shows as wide one portion. Same thing occur while printing.
Only by printing while converting to pdf, raport is breaking into segmented pages and then can be printed separately. I tried to found solution for this, but only extract classes provide method like DivideSegmentPages, so im out of options.
Is there a way to resolve my problem?
thank you in advance for your answer
Attachments
RaportExample.mrt
(96.72 KiB) Downloaded 103 times
Lech Kulikowski
Posts: 7334
Joined: Tue Mar 20, 2018 5:34 am

Re: Print separated pages

Post by Lech Kulikowski »

Hello,

Please try to set the following option:
StiOptions.Export.Pdf.DivideSegmentPages = false

Thank you.
Konrad
Posts: 6
Joined: Thu Dec 15, 2022 11:39 am

Re: Print separated pages

Post by Konrad »

I don't think i get this clear, i want to divide my pages.
Changing StiOptions.Export.Pdf.DivideSegmentPages = false, would be opposite of my goal. I want to change viev and print of my raport to show divided pages, like in the pdf export.
Lech Kulikowski
Posts: 7334
Joined: Tue Mar 20, 2018 5:34 am

Re: Print separated pages

Post by Lech Kulikowski »

Hello,

Unfortunately, there is no option for that task. In that case, you should remove segments from the report template.

Thank you.
Post Reply