ActiveReports 8
MatrixGroupingDefinition Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > MatrixGroupingDefinition Class : MatrixGroupingDefinition Constructor

length
isStatic
hasTotal
toggleItem

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal length As Length, _
   ByVal isStatic As System.Boolean, _
   ByVal hasTotal As System.Boolean, _
   ByVal toggleItem As System.String _
)
C# 
public MatrixGroupingDefinition( 
   Length length,
   System.bool isStatic,
   System.bool hasTotal,
   System.string toggleItem
)

Parameters

length
isStatic
hasTotal
toggleItem

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also