Skip to main content

ReportParameter.LookUpValues Property

For internal use. Specifies the collection of values for the parameter‘s look-up editor.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public LookUpValueCollection LookUpValues { get; set; }

Property Value

Type Description
LookUpValueCollection

A LookUpValueCollection object.

See Also