Web API Core | ComponentOne
C1.Web.Api.Report Namespace / ReportController Class / GetReportPageSettings Method
The full path of the report.

In This Topic
    GetReportPageSettings Method
    In This Topic
    Gets the default page settings defined in the specified report.
    Syntax
    'Declaration
     
    
    <HttpGetAttribute()>
    <PathRouteAttribute("{*reportPath}$report/pagesettings")>
    Public Overridable Function GetReportPageSettings( _
       ByVal reportPath As String _
    ) As IActionResult
    [HttpGet()]
    [PathRoute("{*reportPath}$report/pagesettings")]
    public virtual IActionResult GetReportPageSettings( 
       string reportPath
    )

    Parameters

    reportPath
    The full path of the report.

    Return Value

    See Also