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

IParameterService.Parameters Property

If implemented, provides access to a collection of the available report parameters.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

IEnumerable<IParameter> Parameters { get; }

Property Value

Type Description
IEnumerable<IParameter>

A collection of objects implementing the IParameter interface.

See Also