[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetInstanceOutlines

GetInstanceOutlines Method

GetInstanceOutlines(string, string)

Gets all outlines in the report instance with specified instance id.

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

The full path of the report.

string instanceId

The report instance id.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of collection of OutlineNode type object.

Remarks

Please ensure the report instance is rendered.