Skip to main content
All docs
V18.2

ASPxClientReportViewer.SubmitParameters(Dictionary<String, Object>) Method

Submits the values of the specified parameters.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public void SubmitParameters(
    Dictionary<string, object> parameters
)

Parameters

Name Type Description
parameters Dictionary<String, Object>

A dictionary containing the parameter names, along with their Object values.

See Also