[]
Gets the export format with specified name which is supported by the specified report.
public virtual IHttpActionResult GetReportSupportedFormatByName(string reportPath, string formatName)
Type | Name | Description |
---|---|---|
string | reportPath | The full path of the report. |
string | formatName | The name of the export format. |
Type | Description |
---|---|
IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of ExportDescription type object. |