[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.CreateInstance

CreateInstance Method

CreateInstance(string, IDictionary<string, string[]>, PageSettings)

Creates new report instance from the specified report.

Declaration
public virtual IHttpActionResult CreateInstance(string reportPath, IDictionary<string, string[]> parameters = null, PageSettings pageSettings = null)
Parameters
Type Name Description
string reportPath

The full path of the report.

IDictionary<string, string[]> parameters

The optional parameters.

PageSettings pageSettings

The optional page settings.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of ReportExecutionInfo type object, for the new created report instance.