[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.SetInstanceParameterByName

SetInstanceParameterByName Method

SetInstanceParameterByName(string, string, string, string[])

Updates the value of parameter with specified name in the report instance with specified instance if.

Declaration
[HttpPut]
public virtual IActionResult SetInstanceParameterByName(string reportPath, string instanceId, string parameterName, string[] value)
<HttpPut>
Public Overridable Function SetInstanceParameterByName(reportPath As String, instanceId As String, parameterName As String, value As String()) As IActionResult
Parameters
Type Name Description
string reportPath

The full path of the report.

string instanceId

The report instance id.

string parameterName

The name of the parameter.

string[] value

The value of the parameter.

Returns
Type Description
IActionResult

An IActionResult type object with content of Parameter type object, for the new parameter with validation.