'Declaration
Protected Overrides Function CreateDocument( _ ByVal path As String, _ ByVal args As NameValueCollection _ ) As C1.Win.C1Document.C1DocumentSource
protected override C1.Win.C1Document.C1DocumentSource CreateDocument( string path, NameValueCollection args )
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.