CreateDocument Method (ReportProvider)
Creates the document for the specified report path.
'Declaration
Protected MustOverride Function CreateDocument( _
ByVal As String, _
ByVal As NameValueCollection _
) As C1.Win.C1Document.C1DocumentSource
Parameters
- path
- The relative path of the report.
- args
- The collection of HTTP query string variables.
Return Value
A C1.Win.C1Document.C1DocumentSource created for the specified path.