GrapeCity.ActiveReports.Document.v9 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : Orientation Property |
'Declaration Public Property Orientation As PageOrientation
public PageOrientation Orientation {get; set;}
private void rptPrint_ReportStart(object sender, System.EventArgs eArgs) { this.PageSettings.Orientation = GrapeCity.ActiveReports.Document.Section.PageOrientation.Landscape; }
Private Sub rptPrint_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart Me.PageSettings.Orientation = GrapeCity.ActiveReports.Document.Section.PageOrientation.Landscape End Sub