ParameterBindingBase.DataSource Property
In This Article
SECURITY NOTE
Deserializing a report layout from untrusted resources may create security issues. Serializable System.
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.
Specifies the data source to which a bound data field belongs.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Property Value
Type | Description |
---|---|
Object | The data source. |
See Also