'Declaration
<HttpGetAttribute()> <PathRouteAttribute("{*reportPath}$report/parameters")> Public Overridable Function GetReportParameters( _ ByVal reportPath As String _ ) As IHttpActionResult
[HttpGet()] [PathRoute("{*reportPath}$report/parameters")] public virtual IHttpActionResult GetReportParameters( string reportPath )
Parameters
- reportPath
- The full path of the report.
Return Value
An System.Web.Http.IHttpActionResult type object with content of collection of C1.Web.Api.Report.Models.Parameter type object.