[]
Exports the specified report to the specified export filter with options and the specified page settings or/and parameters.
protected virtual IHttpActionResult ExportReport(string reportPath, IDictionary<string, string> exportOptions, string exportFileName, IDictionary<string, string[]> parameters, PageSettings pageSettings)
Type | Name | Description |
---|---|---|
string | reportPath | The full path of the report. |
IDictionary<string, string> | exportOptions | The export options. |
string | exportFileName | The optional exported file name. |
IDictionary<string, string[]> | parameters | The optional parameters for rendering. |
PageSettings | pageSettings | The optional page settings for rendering. |
Type | Description |
---|---|
IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of exported file stream. |