Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / Report Class / Report Constructor / Report Constructor(GridControl)
The Xceed.Grid.GridControl for which the report will be created.


In This Topic
    Report Constructor(GridControl)
    In This Topic
    Initializes a new instance of the Report class specifying the Xceed.Grid.GridControl for which the report will be created.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal gridControl As GridControl _
    )
    'Usage
     
    Dim gridControl As GridControl
     
    Dim instance As New Report(gridControl)
    public Report( 
       GridControl gridControl
    )

    Parameters

    gridControl
    The Xceed.Grid.GridControl for which the report will be created.
    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