[]
Gets the bookmark with specified name in the report instance with specified instance id.
public virtual IHttpActionResult GetInstanceBookmarkByName(string reportPath, string instanceId, string bookmarkName)
Public Overridable Function GetInstanceBookmarkByName(reportPath As String, instanceId As String, bookmarkName As String) As IHttpActionResult
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The report instance id. |
| string | bookmarkName | The name of the bookmark. |
| Type | Description |
|---|---|
| IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of DocumentPosition type object. |
Please ensure the report instance is rendered.