次の方法で共有


Height プロパティ

Tablix の高さを取得します。

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

構文

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

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