Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewer.ResetParameters() Method

Resets the report parameter values to the default values.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void ResetParameters()

Remarks

After default values of report parameters have been restored, the ASPxClientWebDocumentViewer.ParametersReset event occurs.

See Also