PowerTools ActiveReports for .NET 9.0J
Orientation プロパティ (Page)
使用例 

ページの向きを取得または設定します。
構文
'宣言
 
Public Property Orientation As PageOrientation
public PageOrientation Orientation {get; set;}

プロパティ値

ページの向きを表すPageOrientation列挙値。

解説
Printer.PaperHeightの計測は、用紙が縦向きの場合です。横向きの場合、高さはPrinter.PaperWidthと等しくなります。
使用例
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

 

 


©2003-2015 GrapeCity inc. All rights reserved.