次の方法で共有


Tablix.GroupsBeforeRowHeaders プロパティ

行ヘッダーの左側 (RTL Tablix の場合は行ヘッダーの右側) に表示する、左端の外部列メンバーのインスタンスの数。

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

構文

'宣言
Public ReadOnly Property GroupsBeforeRowHeaders As Integer 
    Get
'使用
Dim instance As Tablix 
Dim value As Integer 

value = instance.GroupsBeforeRowHeaders
public int GroupsBeforeRowHeaders { get; }
public:
property int GroupsBeforeRowHeaders {
    int get ();
}
member GroupsBeforeRowHeaders : int
function get GroupsBeforeRowHeaders () : int

プロパティ値

型: System.Int32
int 値。

関連項目

参照

Tablix クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間