[]
Gets the features supported by the report instance with specified instance id.
public virtual IHttpActionResult GetInstanceFeatures(string reportPath, string instanceId)
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The report instance id. |
| Type | Description |
|---|---|
| IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of collection of IDocumentFeatures type object. |