次の方法で共有


ReportPaperSize.Width プロパティ

レポート ページの高さをミリメートル単位で表します。 読み取り専用です。

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

構文

'宣言
Public Property Width As Double 
    Get 
    Set
'使用
Dim instance As ReportPaperSize 
Dim value As Double 

value = instance.Width

instance.Width = value
public double Width { get; set; }
public:
property double Width {
    double get ();
    void set (double value);
}
member Width : float with get, set
function get Width () : double 
function set Width (value : double)

プロパティ値

型: System.Double
レポート ページの幅 (ミリメートル単位) を表す読み取り専用の Double 値です。

関連項目

参照

ReportPaperSize クラス

ReportExecution2005 名前空間