[]
Updates all page settings properties in the report instance with specified instance id.
[HttpPut]
public virtual IActionResult SetInstancePageSettings(string reportPath, string instanceId, PageSettings pageSettings)
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The report instance id. |
| PageSettings | pageSettings | The page settings. |
| Type | Description |
|---|---|
| IActionResult | An IActionResult type object with content of PageSettings type object, for the new updated page settings. |
Use the default value if one property is not specified.