ASP.NET Web API コントロール
UpdateInstanceParameters メソッド

C1.Web.Api.Report アセンブリ > C1.Web.Api.Report 名前空間 > ReportController クラス : UpdateInstanceParameters メソッド
レポートの完全パス。
レポートインスタンスID。
レポートパラメータ。
指定されたインスタンスIDを持つレポートインスタンス内の指定されたパラメータ値を更新します。
シンタックス
'宣言
 
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型オブジェクト。
解説
パラメータ値が指定されない場合は、現在の値を保持してください。
参照

ReportController クラス
ReportController メンバ