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
Print separated pages
Print separated pages
- Attachments
-
- RaportExample.mrt
- (96.72 KiB) Downloaded 103 times
-
- Posts: 7334
- Joined: Tue Mar 20, 2018 5:34 am
Re: Print separated pages
Hello,
Please try to set the following option:
StiOptions.Export.Pdf.DivideSegmentPages = false
Thank you.
Please try to set the following option:
StiOptions.Export.Pdf.DivideSegmentPages = false
Thank you.
Re: Print separated pages
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.
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.
-
- Posts: 7334
- Joined: Tue Mar 20, 2018 5:34 am
Re: Print separated pages
Hello,
Unfortunately, there is no option for that task. In that case, you should remove segments from the report template.
Thank you.
Unfortunately, there is no option for that task. In that case, you should remove segments from the report template.
Thank you.