[]
Updates the value of parameter with specified name in the report instance with specified instance if.
public virtual IHttpActionResult SetInstanceParameterByName(string reportPath, string instanceId, string parameterName, string[] value)
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The report instance id. |
| string | parameterName | The name of the parameter. |
| string[] | value | The value of the parameter. |
| Type | Description |
|---|---|
| IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of Parameter type object, for the new parameter with validation. |