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

StaticListLookUpSettings.DataSource Property

Overrides the LookUpSettings.DataSource property to hide it.

Namespace: DevExpress.XtraReports.Parameters

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

Declaration

[Browsable(false)]
public override object DataSource { get; set; }

Property Value

Type Description
Object

A Object value.

Remarks

This property is intended to hide the corresponding property of the LookUpSettings class.

See Also