ReportParameter.LookUpValues Property
In This Article
For internal use. Specifies the collection of values for the parameter‘s look-up editor.
Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DataMember]
public LookUpValueCollection LookUpValues { get; set; }
#Property Value
Type | Description |
---|---|
Look |
A Look |
See Also