ReportDataV2.DataTypeName Property
Gets the name of the report’s data type.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
Declaration
Property Value
Type | Description |
---|---|
String | A string which is the name of the report’s data type. |
Remarks
This property returns the name of 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 (from the DataSourceBase.ObjectTypeName property).
Implements
See Also