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