Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / GenerateReportForm Class / GenerateReportForm Constructor / GenerateReportForm Constructor(GridControl)
A reference to the Xceed.Grid.GridControl from which to create the report.


In This Topic
    GenerateReportForm Constructor(GridControl)
    In This Topic
    Initializes a new instance of the GenerateReportForm specifying the Xceed.Grid.GridControl from which to create the report.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal grid As GridControl _
    )
    'Usage
     
    Dim grid As GridControl
     
    Dim instance As New GenerateReportForm(grid)
    public GenerateReportForm( 
       GridControl grid
    )

    Parameters

    grid
    A reference to the Xceed.Grid.GridControl from which to create the report.
    Remarks

    When using this overload of the GenerateReportForm constructor, the "New", "Edit", and "Remove" buttons which are used to create/modify custom report styles are not available.

    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