PowerTools ActiveReports for .NET 11.0J
DefaultPaperSource プロパティ
使用例 

プリンタのデフォルト用紙トレイを使用するかどうかを示す値を取得または設定します。
構文
'宣言
 
Public Property DefaultPaperSource As Boolean
public bool DefaultPaperSource {get; set;}

プロパティ値

プリンタのデフォルト用紙トレイを使用する場合は True、そうでない場合は False。デフォルトは False です。

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

関連項目

PageSettings クラス
PageSettings メンバ
PaperSource プロパティ

 

 


©2003-2017 GrapeCity inc. All rights reserved.