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


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

    Parameters

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