Xceed Grid for WinForms v4.3 Documentation
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.


In This Topic
    GroupReportStyleList Constructor(Int32)
    In This Topic
    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