Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / GenerateReportForm Class / GenerateReportForm Constructor / GenerateReportForm Constructor(Report,String)
A reference to the Report instance that will be used by the form.
The folder where custom report styles are located.


In This Topic
    GenerateReportForm Constructor(Report,String)
    In This Topic
    Initializes a new instance of the GenerateReportForm specifying the Report instance that will be used by the form as well as the location of the custom styles.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal report As Report, _
       ByVal styleFolder As String _
    )
    'Usage
     
    Dim report As Report
    Dim styleFolder As String
     
    Dim instance As New GenerateReportForm(report, styleFolder)
    public GenerateReportForm( 
       Report report,
       string styleFolder
    )

    Parameters

    report
    A reference to the Report instance that will be used by the form.
    styleFolder
    The folder where custom report styles are located.
    Remarks

    ReportStyleSheet will be set to the last selection.

    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