言語

PageSettings.PaperSize プロパティ

定義

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

public:
 property ReportExecution2005::ReportPaperSize ^ PaperSize { ReportExecution2005::ReportPaperSize ^ get(); void set(ReportExecution2005::ReportPaperSize ^ value); };
public ReportExecution2005.ReportPaperSize PaperSize { get; set; }
member this.PaperSize : ReportExecution2005.ReportPaperSize with get, set
Public Property PaperSize As ReportPaperSize

プロパティ値

レポートページの用紙サイズをカプセル化する読み取り専用の ReportPaperSize オブジェクト。

適用対象