次の方法で共有


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 オブジェクトです。

適用対象