Partager via


Propriété 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).

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

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

Valeur de propriété

Type : System.Int32
The number of instances of the leftmost outer column member that should appear to the left of the row headers.

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel