Freigeben über


Tablix.GroupsBeforeRowHeaders-Eigenschaft

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)

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property GroupsBeforeRowHeaders As Integer 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Int32
An int value.

Siehe auch

Verweis

Tablix Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace