'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
An Microsoft.AspNetCore.Mvc.IActionResult type object with content of C1.Web.Api.Document.Models.PageSettings type object.