'宣言 Public Overridable Function UpdateInstanceParameters( _ ByVal reportPath As System.String, _ ByVal instanceId As System.String, _ ByVal parameters As System.Collections.Generic.IDictionary(Of String,String()) _ ) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult UpdateInstanceParameters( System.string reportPath, System.string instanceId, System.Collections.Generic.IDictionary<string,string[]> parameters )
パラメータ
- reportPath
- レポートの完全パス。
- instanceId
- レポートインスタンスID。
- parameters
- レポートパラメータ。
戻り値の型
collection of C1.Web.Api.Report.Models.Parameter型オブジェクトのコレクションのコンテンツを保持する、新しい検証機能付きパラメータのSystem.Web.Http.IHttpActionResult型オブジェクト。