[]
        
(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
[HttpPut]
public virtual IActionResult 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
IActionResult

An IActionResult 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.