'Declaration Public Function New( _ ByVal gridControl As GridControl _ )
'Usage Dim gridControl As GridControl Dim instance As New Report(gridControl)
public Report( GridControl gridControl )
Parameters
- gridControl
- The Xceed.Grid.GridControl for which the report will be created.