次の方法で共有


Report.Width プロパティ

レポートの幅を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Overridable Property Width As ReportSize 
    Get 
    Set
'使用
Dim instance As Report 
Dim value As ReportSize 

value = instance.Width

instance.Width = value
public virtual ReportSize Width { get; set; }
public:
virtual property ReportSize Width {
    ReportSize get ();
    void set (ReportSize value);
}
abstract Width : ReportSize with get, set 
override Width : ReportSize with get, set
function get Width () : ReportSize 
function set Width (value : ReportSize)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportSize
レポートの幅です。

関連項目

参照

Report クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間