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 the grouping has a total.
The grouping toggle item name.

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

Parameters

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