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