[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.ExportReport_Get

ExportReport_Get Method

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

Exports the specified report to the specified export filter with options and the specified page settings or/and parameters.

Declaration
public virtual IHttpActionResult ExportReport_Get(string reportPath, IDictionary<string, string> exportOptions, string exportFileName = null, IDictionary<string, string[]> parameters = null, PageSettings pageSettings = null)
Parameters
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.

Returns
Type Description
IHttpActionResult

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