[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetInstancePageSettings

GetInstancePageSettings Method

GetInstancePageSettings(string, string)

Gets the current page settings in the report instance with specified instance id.

Declaration
[HttpGet]
public virtual IActionResult GetInstancePageSettings(string reportPath, string instanceId)
<HttpGet>
Public Overridable Function GetInstancePageSettings(reportPath As String, instanceId As String) As IActionResult
Parameters
Type Name Description
string reportPath

The full path of the report.

string instanceId

The report instance id.

Returns
Type Description
IActionResult

An IActionResult type object with content of PageSettings type object.