Skip to main content
A newer version of this page is available. .

IReportDataV2.DataType Property

Gets the type of persistent objects that are displayed within the report.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

Type DataType { get; }

Property Value

Type Description
Type

A System.Type value that specifies the type of persistent objects displayed within the report.

Remarks

This property returns the data type that the report data source is bound to. The data type of predefined reports is specified via the PredefinedReportsUpdater.AddPredefinedReport<T> method. The data type of runtime reports is taken from the data source.

See Also