GrapeCity ActiveReports for .NET 16.0J
DefaultPaperSource プロパティ
使用例 

GrapeCity.ActiveReports 名前空間 > PageSettings クラス : 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 プロパティ