Skip to main content

XRBinding.DataSource Property

SECURITY NOTE

Deserializing a report layout from untrusted resources may create security issues. Serializable System.Object properties that contain custom type values are not (de)serialized automatically. Review the following help topic for information on how to (de)serialize custom type values: Reporting — Safe Deserialization.

Gets the data source for this binding.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
Object

An object that represents the data source.

Remarks

Possible data sources include:

Implements

DevExpress.XtraReports.IXRBinding.DataSource
See Also