Skip to main content
All docs
V18.2

ASPxClientParametersSubmittedEventArgs(Dictionary<String, Object>) Constructor

Initializes a new instance of the ASPxClientParametersSubmittedEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientParametersSubmittedEventArgs(
    Dictionary<string, object> parameters
)

Parameters

Name Type Description
parameters Dictionary<String, Object>

A dictionary containing the parameter names along with their values. This value is assigned to the ASPxClientParametersSubmittedEventArgs.Parameters property.

See Also