[]
Gets the parameter with specifed name in the specified report.
public virtual IHttpActionResult GetReportParameterByName(string reportPath, string parameterName)
Type | Name | Description |
---|---|---|
string | reportPath | The full path of the report. |
string | parameterName | The name of the parameter. |
Type | Description |
---|---|
IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of Parameter type object. |