[]
Gets the export format with specified name which is supported by the specified report.
public virtual IHttpActionResult GetReportSupportedFormatByName(string reportPath, string formatName)
Public Overridable Function GetReportSupportedFormatByName(reportPath As String, formatName As String) As IHttpActionResult
| 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. |