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