'Declaration Public Function New( _ ByVal report As Report, _ ByVal styleFolder As String _ )
'Usage Dim report As Report Dim styleFolder As String Dim instance As New GenerateReportForm(report, styleFolder)
public GenerateReportForm( Report report, string styleFolder )
Parameters
- report
- A reference to the Report instance that will be used by the form.
- styleFolder
- The folder where custom report styles are located.