'Declaration
<HttpGetAttribute()> <PathRouteAttribute("{*reportPath}$instances/{instanceId}/pagesettings")> Public Overridable Function GetInstancePageSettings( _ ByVal reportPath As String, _ ByVal instanceId As String _ ) As IHttpActionResult
[HttpGet()] [PathRoute("{*reportPath}$instances/{instanceId}/pagesettings")] public virtual IHttpActionResult GetInstancePageSettings( string reportPath, string instanceId )
Parameters
- reportPath
- The full path of the report.
- instanceId
- The report instance id.
Return Value
An System.Web.Http.IHttpActionResult type object with content of C1.Web.Api.Document.Models.PageSettings type object.