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

レポートドキュメントの両面印刷設定を取得または設定します。
構文
'宣言
 
Public Property Duplex As Duplex
public Duplex Duplex {get; set;}

プロパティ値

System.Drawing.Printing.Duplex列挙値。デフォルトはSystem.Drawing.Printing.Duplex.Defaultです。

使用例
private void rptPageSettings_ReportStart(object sender, System.EventArgs eArgs)
{
    this.PageSettings.Duplex = System.Drawing.Printing.Duplex.Default;
}
Private Sub rptPageSettings_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart
   Me.PageSettings.Duplex = Drawing.Printing.Duplex.Default
End Sub
参照

関連項目

PageSettings クラス
PageSettings メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.