PageSettings.PaperSize プロパティ

レポート ページの用紙サイズ設定を表します。 読み取り専用です。

名前空間:  ReportExecution2005
アセンブリ:  ReportExecution2005 (ReportExecution2005.dll)

構文

'宣言
Public Property PaperSize As ReportPaperSize 
    Get 
    Set
'使用
Dim instance As PageSettings 
Dim value As ReportPaperSize 

value = instance.PaperSize

instance.PaperSize = value
public ReportPaperSize PaperSize { get; set; }
public:
property ReportPaperSize^ PaperSize {
    ReportPaperSize^ get ();
    void set (ReportPaperSize^ value);
}
member PaperSize : ReportPaperSize with get, set
function get PaperSize () : ReportPaperSize 
function set PaperSize (value : ReportPaperSize)

プロパティ値

型: ReportExecution2005.ReportPaperSize
レポート ページの用紙サイズをカプセル化した、読み取り専用の ReportPaperSize オブジェクトです。

関連項目

参照

PageSettings クラス

ReportExecution2005 名前空間