IParameterService.Parameters Property
If implemented, provides access to a collection of the available report parameters.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
See Also