Print custom size page Fastreport 4.0 / delphi xe 2/
I have fastreport page A3 size landscape orientation.
How can I print in /split it / on A4 with landscape orientation.
When I "Split big pages" result A4 pages are with Portrait orientation ? But I need Landscape !!!!
I use
PrintMode = pmSplit
PrintOnSheet = 9
page.Orientation := poLandscape;
but Not work printed pages are with Portrait orientation !
What can I do for this ?
How can I print in /split it / on A4 with landscape orientation.
When I "Split big pages" result A4 pages are with Portrait orientation ? But I need Landscape !!!!
I use
PrintMode = pmSplit
PrintOnSheet = 9
page.Orientation := poLandscape;
but Not work printed pages are with Portrait orientation !
What can I do for this ?
Comments