ComponentOne Web API Edition
GetReportParameters Method

C1.Web.Api.Report Namespace > ReportController Class : GetReportParameters Method
The full path of the report.
Gets the parameters defined in the specified report.
Syntax
'Declaration
 
<PathRouteAttribute(Template="{*reportPath}$report/parameters", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)>
<HttpGetAttribute()>
Public Overridable Function GetReportParameters( _
   ByVal reportPath As String _
) As IHttpActionResult
[PathRoute(Template="{*reportPath}$report/parameters", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)]
[HttpGet()]
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.
See Also

Reference

ReportController Class
ReportController Members