[]
Gets the parameters in the report instance with specified instance id.
[HttpGet]
public virtual IActionResult GetInstanceParameters(string reportPath, string instanceId)
<HttpGet>
Public Overridable Function GetInstanceParameters(reportPath As String, instanceId As String) As IActionResult
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The report instance id. |
| Type | Description |
|---|---|
| IActionResult | An IActionResult type object with content of collection of Parameter type object. |