ReportsModuleV2.ReportDataType Property
Specifies the report data type used by the Reports V2 module.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v26.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Property Value
| Type | Description |
|---|---|
| Type | A Type object specifying the report data type used by the Reports module. |
Remarks
Use this property to specify a custom report data type to be used by the Reports module. To implement a custom report data supported by the ReportsModuleV2 module, implement the IReportDataV2 interface.
See Also