Report.setPageSize


setPageSize(paperSize, isPageLandscape, left, bottom, right, top)

Specifies the size of paper, and margins, that will be used to print the report

paperSizeshortpaper size(9 for A4, 8 for A3, etc)
isPageLandscapebooleantrue if the orientation is landscape
leftintegerleft margin (in mm)
bottomintegerbottom margin (in mm)
rightintegerright margin (in mm)
topintegertop margin (in mm)
Return valuenone 

Back to Report

Back to Overview