[]
Updates specified parameter values in the report instance with specified instance id.
public virtual IHttpActionResult UpdateInstanceParameters(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. |
Keep the current value if the parameter value is not specified.