Xceed Grid for WinForms v4.3 Documentation
GroupReportStyleList Constructor(Int32)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GroupReportStyleList Class > GroupReportStyleList Constructor : GroupReportStyleList Constructor(Int32)
A value representing the initial capacity of the list.
Initializes a new instance of the GroupReportStyleList class specifying its initial capacity.
Syntax
'Declaration
 
Protected Function New( _
   ByVal initialCapacity As Integer _
)
'Usage
 
Dim initialCapacity As Integer
 
Dim instance As New GroupReportStyleList(initialCapacity)
protected GroupReportStyleList( 
   int initialCapacity
)

Parameters

initialCapacity
A value representing the initial capacity of the list.
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

Reference

GroupReportStyleList Class
GroupReportStyleList Members
Overload List