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