ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / MatrixGroupingDefinition Class / MatrixGroupingDefinition Constructor
The length of the grouping.
Indicates if this is a static grouping.
Indicates whether grouping has total.
Grouping toggle item name.

In This Topic
    MatrixGroupingDefinition Constructor
    In This Topic
    Initializes a new MatrixGroupingDefinition instance
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal length As Length, _
       ByVal isStatic As Boolean, _
       ByVal hasTotal As Boolean, _
       ByVal toggleItem As String _
    )
    public MatrixGroupingDefinition( 
       Length length,
       bool isStatic,
       bool hasTotal,
       string toggleItem
    )

    Parameters

    length
    The length of the grouping.
    isStatic
    Indicates if this is a static grouping.
    hasTotal
    Indicates whether grouping has total.
    toggleItem
    Grouping toggle item name.
    See Also