[]
Creates the document for the specified report path.
protected abstract C1DocumentSource CreateDocument(string path, NameValueCollection args)
| Type | Name | Description |
|---|---|---|
| string | path | The relative path of the report. |
| NameValueCollection | args | The collection of HTTP query string variables. |
| Type | Description |
|---|---|
| C1DocumentSource | A C1.Document.C1DocumentSource created for the specified path. |
If overiding this method, you can create the document by yourself, or modify the document created by base.