Partager via


Propriété Tablix.GroupsBeforeRowHeaders

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)

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property GroupsBeforeRowHeaders As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
An int value.

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering