次の方法で共有


Tablix.Width プロパティ

Tablix の幅を取得します。

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

構文

'宣言
Public Overrides ReadOnly Property Width As ReportSize 
    Get
'使用
Dim instance As Tablix 
Dim value As ReportSize 

value = instance.Width
public override ReportSize Width { get; }
public:
virtual property ReportSize^ Width {
    ReportSize^ get () override;
}
abstract Width : ReportSize 
override Width : ReportSize
override function get Width () : ReportSize

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
ReportSize オブジェクト。

関連項目

参照

Tablix クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間