'Declaration
<HttpGetAttribute()> <PathRouteAttribute("{*reportPath}$report")> Public Overridable Function GetReport( _ ByVal reportPath As String _ ) As IActionResult
[HttpGet()] [PathRoute("{*reportPath}$report")] public virtual IActionResult GetReport( string reportPath )
Parameters
- reportPath
- The full path of the report.
Return Value
An Microsoft.AspNetCore.Mvc.IActionResult type object with content of C1.Web.Api.Report.Models.ReportInfo type object.