[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetReportParameterByName

GetReportParameterByName Method

GetReportParameterByName(string, string)

Gets the parameter with specifed name in the specified report.

Declaration
public virtual IHttpActionResult GetReportParameterByName(string reportPath, string parameterName)
Parameters
Type Name Description
string reportPath

The full path of the report.

string parameterName

The name of the parameter.

Returns
Type Description
IHttpActionResult

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