Skip to main content
All docs
V19.1

ParameterBinding.DataSource Property

Specifies the parameter data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

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