次の方法で共有


Tablix.GroupsBeforeRowHeaders プロパティ

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

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

value = instance.GroupsBeforeRowHeaders

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

プロパティ値

型: System.Int32
行ヘッダーの左側に表示する、左端の外部列メンバーのインスタンスの数。

関連項目

参照

Tablix クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間