'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.