[]
Updates the specified page settings properties in the report instancce with specified instance id.
public virtual IHttpActionResult UpdateInstancePageSettings(string reportPath, string instanceId, PageSettings pageSettings)
Public Overridable Function UpdateInstancePageSettings(reportPath As String, instanceId As String, pageSettings As PageSettings) As IHttpActionResult
| Type | Name | Description |
|---|---|---|
| string | reportPath | The full path of the report. |
| string | instanceId | The report instance id. |
| PageSettings | pageSettings | The page settings. |
| Type | Description |
|---|---|
| IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of PageSettings type object, for the new updated page settings. |
Keep the current value if one property is not specified.