[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.SetInstanceParameters

SetInstanceParameters Method

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

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

Declaration
public virtual IHttpActionResult SetInstanceParameters(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

Use the default value if the parameter value is not specified.