ActiveReports Developer 7
GroupsBeforeRowHeaders Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrix Interface : GroupsBeforeRowHeaders Property

Glossary Item Box

The number of instances of the outermost column group that should appear to the left of the row headers (right of the row headers for RTL matrixes).

Syntax

Visual Basic (Declaration) 
ReadOnly Property GroupsBeforeRowHeaders As System.Integer
C# 
System.int GroupsBeforeRowHeaders {get;}

See Also