Tablix.GroupsBeforeRowHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
public:
property int GroupsBeforeRowHeaders { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(0)]
public int GroupsBeforeRowHeaders { get; set; }
[<System.ComponentModel.DefaultValue(0)>]
member this.GroupsBeforeRowHeaders : int with get, set
Public Property GroupsBeforeRowHeaders As Integer
Property Value
The number of instances of the leftmost outer column member that should appear to the left of the row headers.
- Attributes