다음을 통해 공유


Tablix.GroupsBeforeRowHeaders 속성

Gets or sets the number of instances of the leftmost outer column member that should appear to the left of the row headers (right of the row headers for RTL Tablixes).

네임스페이스:  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
The number of instances of the leftmost outer column member that should appear to the left of the row headers.

참고 항목

참조

Tablix 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스