[]
Creates the document for the specified report path.
protected override 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. |
The path argument is not starts with "/". Should add "/" at the beginning of the path, on connecting with the SSRS.