Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

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

Property Value

Type Description
LookUpValueCollection

A LookUpValueCollection object.

See Also