[]
Not supported. Gets all bookmarks in the report instance with specified instance id.
public virtual IHttpActionResult GetInstanceBookmarks(string reportPath, string instanceId)
Public Overridable Function GetInstanceBookmarks(reportPath As String, instanceId As String) As IHttpActionResult
| 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 DocumentPosition type object. |
It's not supported by this api.