GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Matrix Class : GroupsBeforeRowHeaders Property |
Gets or sets the number of instances of the outermost column group that appear to the left of the row headers (right of the row headers for right-to-left matrices).
'Declaration Public Property GroupsBeforeRowHeaders As System.Integer
public System.int GroupsBeforeRowHeaders {get; set;}
An Integer indicating the number of instances of the outermost column group that appear to the left of the row headers.
For the purposes of GroupsBeforeRowHeaders, a subtotal column is considered a part of (and will move with) the rightmost or leftmost detail column, as appropriate.