[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetInstanceById

GetInstanceById Method

GetInstanceById(string, string)

Gets the info of the report instance with the specified instance id.

Declaration
public virtual IHttpActionResult GetInstanceById(string reportPath, string instanceId)
Parameters
Type Name Description
string reportPath

The full path of the report.

string instanceId

The id of the instance.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of ReportExecutionInfo type object.