Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataSourceBase.DataType Property

Gets the business object type specified by the DataSourceBase.ObjectTypeName property.

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

[Browsable(false)]
public Type DataType { get; }

Property Value

Type Description
Type

A type of the business object used by DataSourceBase to load data to the report.

See Also