GroupsBeforeRowHeaders Property
In This Topic
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). Ignored if the leftmost outer column member is a static member.
Default: 0; Min: 0; Max: 2147483647.
Syntax
'Declaration
Public Property GroupsBeforeRowHeaders As Integer
public int GroupsBeforeRowHeaders {get; set;}
See Also