Skip to main content
All docs
V18.2

ASPxClientParametersSubmittedEventArgs.Parameters Property

Provides access to report parameters and their submitted values.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public Dictionary<string, object> Parameters { get; }

Property Value

Type Description
Dictionary<String, Object>

A dictionary containing the parameter names along with their values.

See Also