[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetReportSupportedFormatByName

GetReportSupportedFormatByName Method

GetReportSupportedFormatByName(string, string)

Gets the export format with specified name which is supported by the specified report.

Declaration
public virtual IHttpActionResult GetReportSupportedFormatByName(string reportPath, string formatName)
Parameters
Type Name Description
string reportPath

The full path of the report.

string formatName

The name of the export format.

Returns
Type Description
IHttpActionResult

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