次の方法で共有


BorderInstance.Width プロパティ

Border クラスの Width プロパティの計算値を取得または設定します。 set アクセサーは、カスタム レポート アイテムを作成する場合にのみ使用できます。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

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

value = instance.Width

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Width プロパティの計算値を表す ReportSize 値。

関連項目

参照

BorderInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間