Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportsModuleV2.ReportDataType Property

Specifies the report data type used by the Reports V2 module.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll

#Declaration

[TypeConverter(typeof(BusinessClassTypeConverter<IReportDataV2Writable>))]
public Type ReportDataType { get; set; }

#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.

You can specify the ReportDataType property value in the Application Designer.

ReportsV2_ReportDataType

The following code snippets (auto-collected from DevExpress Examples) contain references to the ReportDataType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also