GetInstanceParameterByName Method
Gets the parameter with specified name in the report instance with specified instance id.
'Declaration
<HttpGetAttribute()>
<PathRouteAttribute("{*reportPath}$instances/{instanceId}/parameters/{parameterName}")>
Public Overridable Function GetInstanceParameterByName( _
ByVal As String, _
ByVal As String, _
ByVal As String _
) As IHttpActionResult
Parameters
- reportPath
- The full path of the report.
- instanceId
- The report instance id.
- parameterName
- The name of the parameter.
Return Value