GrapeCity ActiveReports for .NET 14.0J
PaperSource プロパティ (PageSettings)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 > PageSettings クラス : PaperSource プロパティ
用紙トレイの給紙方法を取得または設定します。
シンタックス
'宣言
 
Public Property PaperSource As PaperSourceKind
public PaperSourceKind PaperSource {get; set;}

プロパティ値

用紙トレイを示すSystem.Drawing.Printing.PaperSourceKind列挙値。

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

PageSettings クラス
PageSettings メンバ