[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetReportSupportedFormats

GetReportSupportedFormats Method

GetReportSupportedFormats(string)

Gets the export formats supported by the specified report.

Declaration
public virtual IHttpActionResult GetReportSupportedFormats(string reportPath)
Parameters
Type Name Description
string reportPath

The full path of the report.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of collection of ExportDescription type object.