'宣言 Public Overridable Function GetInstanceBookmarkByName( _ ByVal reportPath As System.String, _ ByVal instanceId As System.String, _ ByVal bookmarkName As System.String _ ) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult GetInstanceBookmarkByName( System.string reportPath, System.string instanceId, System.string bookmarkName )
パラメータ
- reportPath
- レポートの完全パス。
- instanceId
- レポートインスタンスID。
- bookmarkName
- ブックマークの名前。
戻り値の型
C1.Web.Api.Document.Models.DocumentPosition型オブジェクトのコンテンツを保持するSystem.Web.Http.IHttpActionResult型オブジェクト。