Skip to main content
A newer version of this page is available. .

RequestParametersEventArgs(IParameterContainer) Constructor

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

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public RequestParametersEventArgs(
    IParameterContainer parameters
)

Parameters

Name Type Description
parameters IParameterContainer

An object implementing the IParameterContainer interface. This value is assigned to the RequestParametersEventArgs.Parameters property.

See Also