[]
Exports the report instance with specified instance id into report filter with options.
public virtual IHttpActionResult ExportInstance_Get(string reportPath, string instanceId, IDictionary<string, string> options)
Type | Name | Description |
---|---|---|
string | reportPath | The full path of the report. |
string | instanceId | The report instance id. |
IDictionary<string, string> | options | The export options. |
Type | Description |
---|---|
IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of exported file stream. |
Please ensure the report instance is rendered.