[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.UpdateInstanceParameters

UpdateInstanceParameters Method

UpdateInstanceParameters(string, string, IDictionary<string, string[]>)

Updates specified parameter values in the report instance with specified instance id.

Declaration
public virtual IHttpActionResult UpdateInstanceParameters(string reportPath, string instanceId, IDictionary<string, string[]> parameters)
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.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of collection of Parameter type object, for the new parameters with validation.

Remarks

Keep the current value if the parameter value is not specified.