Skip to main content
All docs
V18.2

ASPxClientParametersResetEventArgs.Parameters Property

Provides access to report parameters whose values have been reset.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientWebDocumentViewerParameter[] Parameters { get; }

Property Value

Type Description
ASPxClientWebDocumentViewerParameter[]

An ASPxClientWebDocumentViewerParameter array.

See Also