[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetInstanceParameterByName

GetInstanceParameterByName Method

GetInstanceParameterByName(string, string, string)

Gets the parameter with specified name in the report instance with specified instance id.

Declaration
public virtual IHttpActionResult GetInstanceParameterByName(string reportPath, string instanceId, string parameterName)
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.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of Parameter type object.