Web API Core | ComponentOne
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 IActionResult
    [HttpGet()]
    [PathRoute("{*reportPath}$report")]
    public virtual IActionResult GetReport( 
       string reportPath
    )

    Parameters

    reportPath
    The full path of the report.

    Return Value

    See Also