SQR Report - Layout
Hi all,
I am creating PDF file using SQR. The Table which I am going to print using SQR has around 25 different columns.
I have done below code in setup
declare-layout rpt1
paper-size=(20, 20)
orientation=landscape
end-declare
Declare-Report rpt1
Layout=rpt1
Printer-Type=Postscript
End-Declare
When my begin-select return 1 row , the report is printing in landscape mode. But when the are more than 1 row, it changes it to portrait mode automatically.
Can you please help me?