Posted 5 September 2018, 2:56 am EST
Hi,
Is it possible to print a C1Report document with a few pages in portrait, and a few others in landscape?
I have created separate reports in design view and I set their Layout properties respectively (e.g Report1 layout is in portrait, Report2 layout is in landscape). I was expecting that during printing, it will adjust the orientation accordingly but that doesn’t seem to be the case.
I already looked into the following but it didn’t solve my case:
-
Setting the C1Report.Layout.Orientation to Landscape
Not applicable since it will set the orientation of all the reports/fields within the
current instance of C1Report class to landscape -
Setting the C1Report1.Document.PrinterSettings.DefaultPageSettings.Landscape to
TRUE
For some reason the value is always False. I did not further investigate because I
think it has the same issue with the above solution.
To summarize, I just want to achieve mixed orientation in one printing call of the C1Report.
I hope you could help. Thanks!