Skip to main content
A newer version of this page is available.
All docs
V18.2

ParameterBinding.DataSource Property

Specifies the parameter data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type Description
Object

A Object value. To use the report’s data source, set this value to null (Nothing in Visual Basic).

See Also