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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int GroupsBeforeRowHeaders { get; set; }
Visual Basic
Public Property GroupsBeforeRowHeaders As Integer
	Get
	Set

See Also