Skip to main content
.NET Framework 4.6.2+

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

ReportsControllerCore Class

An ObjectViewController that provides the ReportsControllerCore.ExecuteReportAction used to execute reports.

Namespace: DevExpress.ExpressApp.ReportsV2

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

#Declaration

public abstract class ReportsControllerCore :
    ReportDataViewController

#Remarks

Activated in List Views that display IReportDataV2 objects.

The ReportsControllerCore.ExecuteReportAction introduced in this abstract Controller is initialized in the platform-specific descendants - WinReportsController and WebReportsController.

The ReportsControllerCore Controller modifies the default behavior of the ListViewProcessCurrentObjectController. It handles the ListViewProcessCurrentObjectController.CustomProcessSelectedItem event in order to execute the current report when a report object is clicked in List View instead of opening the report data Detail View.

The ReportsControllerCore Controller contains the protected virtual ShowReportPreview method that displays the preview of the selected report. This method is called on executing the ReportsControllerCore.ExecuteReportAction. Internally, this method calls the ReportServiceController.ShowPreview method of the ReportServiceController Controller.

#Implements

#Inheritance

See Also