[]
Gets the info of the report instance with the specified instance id.
public virtual IHttpActionResult GetInstanceById(string reportPath, string instanceId)
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The id of the instance. |
| Type | Description |
|---|---|
| IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of ReportExecutionInfo type object. |