言語

ReportPaperSize.Width プロパティ

定義

報告書ページの高さ(ミリメートル)を表しています。 読み取り専用。

public:
 property double Width { double get(); void set(double value); };
public double Width { get; set; }
member this.Width : double with get, set
Public Property Width As Double

プロパティ値

報告書ページの幅(ミリメートル)を含む読み取り専用の Double 値です。

適用対象