C1.Web.Api.Report Namespace / ReportController Class / GetReport Method
The full path of the report.

In This Topic
GetReport Method
In This Topic
Gets the info of the specified report.
Syntax
'Declaration
 
<HttpGetAttribute()>
<PathRouteAttribute("{*reportPath}$report")>
Public Overridable Function GetReport( _
   ByVal reportPath As String _
) As IHttpActionResult
 

Parameters

reportPath
The full path of the report.

Return Value

See Also