ページの向きを取得または設定します。
シンタックス
プロパティ値
ページの向きを表すPageOrientation列挙値。
使用例
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
参照
Page クラス
Page メンバ
PageOrientation 列挙型
Printer Class