[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportProvider.CreateDocument

CreateDocument Method

CreateDocument(string, NameValueCollection)

Creates the document for the specified report path.

Declaration
protected abstract C1DocumentSource CreateDocument(string path, NameValueCollection args)
Parameters
Type Name Description
string path

The relative path of the report.

NameValueCollection args

The collection of HTTP query string variables.

Returns
Type Description
C1DocumentSource

A C1.Document.C1DocumentSource created for the specified path.

Remarks

If overiding this method, you can create the document by yourself, or modify the document created by base.