Page 1 of 1

Print separated pages

Posted: Thu Dec 15, 2022 12:04 pm
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

Re: Print separated pages

Posted: Thu Dec 15, 2022 3:18 pm
by Lech Kulikowski
Hello,

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

Thank you.

Re: Print separated pages

Posted: Fri Dec 16, 2022 9:07 am
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.

Re: Print separated pages

Posted: Sat Dec 17, 2022 11:05 pm
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.