[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.SetInstancePageSettings

SetInstancePageSettings Method

SetInstancePageSettings(string, string, PageSettings)

Updates all page settings properties in the report instance with specified instance id.

Declaration
public virtual IHttpActionResult SetInstancePageSettings(string reportPath, string instanceId, PageSettings pageSettings)
Parameters
Type Name Description
string reportPath

The full path of the report.

string instanceId

The report instance id.

PageSettings pageSettings

The page settings.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of PageSettings type object, for the new updated page settings.

Remarks

Use the default value if one property is not specified.