Skip to main content

IParameterService.Parameters Property

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

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

IEnumerable<IParameter> Parameters { get; }

Property Value

Type Description
IEnumerable<IParameter>

A collection of objects implementing the IParameter interface.

See Also