Skip to main content

StaticListLookUpSettings.DataSource Property

Overrides the LookUpSettings.DataSource property to hide it.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

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