[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.ExportInstance_Get

ExportInstance_Get Method

ExportInstance_Get(string, string, IDictionary<string, string>)

Exports the report instance with specified instance id into report filter with options.

Declaration
public virtual IHttpActionResult ExportInstance_Get(string reportPath, string instanceId, IDictionary<string, string> options)
Parameters
Type Name Description
string reportPath

The full path of the report.

string instanceId

The report instance id.

IDictionary<string, string> options

The export options.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of exported file stream.

Remarks

Please ensure the report instance is rendered.