Size プロパティ

グループ ヘッダーの高さ (列メンバの場合) または幅 (行メンバの場合)。

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

構文

'宣言
Public ReadOnly Property Size As ReportSize
    Get
'使用
Dim instance As TablixHeader
Dim value As ReportSize

value = instance.Size
public ReportSize Size { get; }
public:
property ReportSize^ Size {
    ReportSize^ get ();
}
member Size : ReportSize
function get Size () : ReportSize