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