Xceed Grid for WinForms v4.3 Documentation
GenerateReportForm Constructor(Report)


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GenerateReportForm Class > GenerateReportForm Constructor : GenerateReportForm Constructor(Report)
A reference to the Report instance that will be used by the form.
Initializes a new instance of the GenerateReportForm specifying the Report instance that will be used by the form.
Syntax
'Declaration
 
Public Function New( _
   ByVal report As Report _
)
'Usage
 
Dim report As Report
 
Dim instance As New GenerateReportForm(report)
public GenerateReportForm( 
   Report report
)

Parameters

report
A reference to the Report instance that will be used by the form.
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

Reference

GenerateReportForm Class
GenerateReportForm Members
Overload List