ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrix Interface / GroupsBeforeRowHeaders Property

In This Topic
    GroupsBeforeRowHeaders Property (IMatrix)
    In This Topic
    Gets 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 matrices).
    Syntax
    'Declaration
     
    ReadOnly Property GroupsBeforeRowHeaders As Integer
    int GroupsBeforeRowHeaders {get;}

    Property Value

    An System.Int32 representing the number of instances of the outermost column group before the row headers.
    See Also