ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Tablix Class / GroupsBeforeRowHeaders Property

In This Topic
    GroupsBeforeRowHeaders Property (Tablix)
    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).
    Syntax
    'Declaration
     
    Public Property GroupsBeforeRowHeaders As Integer
    public int GroupsBeforeRowHeaders {get; set;}
    See Also