[]
Updates all parameter values in the report instance with specified instance id.
public virtual IHttpActionResult SetInstanceParameters(string reportPath, string instanceId, IDictionary<string, string[]> parameters)
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The report instance id. |
| IDictionary<string, string[]> | parameters | The report parameters. |
| Type | Description |
|---|---|
| IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of collection of Parameter type object, for the new parameters with validation. |
Use the default value if the parameter value is not specified.