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 Constructors

The module contained in the DevExpress.ExpressApp.ReportsV2.v24.2.dll assembly.
Name Parameters Description
ReportsModuleV2() none Creates an instance of the ReportsModuleV2 class.
ReportsModuleV2(IReportDataSourceHelper, IReportStorage, IInplaceReportCacheHelper, ReportModuleOptions) reportDataSourceHelper, reportStorage, inplaceReportsCacheHelper, options Initializes a new instance of the ReportsModuleV2 class with specified settings.
ReportsModuleV2(ReportModuleOptions) options Initializes a new instance of the ReportsModuleV2 class with specified settings.
See Also