ActiveReports Developer 7
PaperOrientation Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : PaperOrientation Property

Glossary Item Box

Gets or sets the report's pages paper orientation that used for printing.

Syntax

Visual Basic (Declaration) 
Public Property PaperOrientation As PaperOrientation
C# 
public PaperOrientation PaperOrientation {get; set;}

See Also