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

LookUpSettings.DataSource Property

Specifies the data source that is used to provide parameter values to the lookup editor.

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public abstract object DataSource { get; set; }

Property Value

Type Description
Object

A Object value.

Property Paths

You can access this nested property as listed below:

Object Type Path to DataSource
Parameter
.LookUpSettings .DataSource
RangeBoundaryParameter
.LookUpSettings .DataSource
RangeEndParameter
.LookUpSettings .DataSource
RangeStartParameter
.LookUpSettings .DataSource

Implements

See Also