Skip to main content

RequestParametersEventArgs.Parameters Property

Returns an object that provides information about report parameters.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public IParameterContainer Parameters { get; }

Property Value

Type Description
IParameterContainer

An object implementing the IParameterContainer interface.

See Also