ActiveReports 9
MatrixGroupingDefinition Constructor

The length of the grouping.
Indicates if this is a static grouping.
Indicates whether grouping has total.
Grouping toggle item name.
Initializes a new MatrixGroupingDefinition instance
Syntax
'Declaration
 
Public Function New( _
   ByVal length As Length, _
   ByVal isStatic As System.Boolean, _
   ByVal hasTotal As System.Boolean, _
   ByVal toggleItem As System.String _
)
public MatrixGroupingDefinition( 
   Length length,
   System.bool isStatic,
   System.bool hasTotal,
   System.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

Reference

MatrixGroupingDefinition Class
MatrixGroupingDefinition Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum