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