ReportDataV2.DataTypeCaption Property
Gets the type caption of persistent objects that are displayed within the report.
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 that specifies the type caption of persistent objects that are displayed within the report. |
Remarks
This property returns the caption 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.
See Also