[]
Gets all outlines in the report instance with specified instance id.
[HttpGet]
public virtual IActionResult GetInstanceOutlines(string reportPath, string instanceId)
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The report instance id. |
| Type | Description |
|---|---|
| IActionResult | An IActionResult type object with content of collection of OutlineNode type object. |
Please ensure the report instance is rendered.