ValueSourceSettings Class
A base class for classes that specify a report parameter‘s predefined values.
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Related API Members
The following members return ValueSourceSettings objects:
Remarks
ValueSourceSettings class descendants allow you to specify predefined values for a report parameter. Set the Parameter.ValueSourceSettings property to one of the ValueSourceSettings class descendants:
- StaticListLookUpSettings - to specify a static list of predefined parameter values.
- DynamicListLookUpSettings - to specify settings for the storage that contains predefined parameter values.
- RangeParametersSettings - to specify a value range.
Inheritance
See Also