[]
        
(Showing Draft Content)

C1.Web.Api.Report.CustomReportProvider.CreateDocument

CreateDocument Method

CreateDocument(string, NameValueCollection)

Creates the document for the specified report path.

Declaration
protected override 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.

Overrides