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

構文
'宣言
 
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
参照

関連項目

Page クラス
Page メンバ
PageOrientation 列挙型
Printer Class

 

 


©2003-2017 GrapeCity inc. All rights reserved.