Xceed Grid for WinForms v4.3 Documentation
GenerateReportForm Constructor(GridControl,String)


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GenerateReportForm Class > GenerateReportForm Constructor : GenerateReportForm Constructor(GridControl,String)
A reference to the Xceed.Grid.GridControl from which to create the report.
The folder where custom report styles are located.
Initializes a new instance of the GenerateReportForm specifying the Xceed.Grid.GridControl from which to create the report as well as the folder where custom report styles are located.
Syntax
'Declaration
 
Public Function New( _
   ByVal grid As GridControl, _
   ByVal styleFolder As String _
)
'Usage
 
Dim grid As GridControl
Dim styleFolder As String
 
Dim instance As New GenerateReportForm(grid, styleFolder)
public GenerateReportForm( 
   GridControl grid,
   string styleFolder
)

Parameters

grid
A reference to the Xceed.Grid.GridControl from which to create the report.
styleFolder
The folder where custom report styles are located.
Remarks

When this overload of the GenerateReportForm constructor is used, the "New", "Edit", and "Remove" buttons which are used to create/modify custom report styles will be displayed.

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