A newer version of this page is available.
Switch to the current version.
ReportServiceController Class
The Controller that contains the common code used to display the Preview Report and Report Designer windows.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll
Declaration
public abstract class ReportServiceController :
Controller
Public MustInherit Class ReportServiceController
Inherits Controller
Remarks
The platform-specific descendants of this Controller are the WinReportServiceController and WebReportServiceController.
The ReportServiceController Controller exposes methods that invoke dialogs used to create, edit and view reports - ReportServiceController.ShowWizard, ReportServiceController.ShowDesigner and ReportServiceController.ShowPreview.
To customize the ReportServiceController Controller behavior, you can handle the following events:
- ReportServiceController.CustomShowPreview
- ReportServiceController.CreateCustomParametersDetailView
- ReportDataSourceHelper.CustomSetCriteria
- ReportDataSourceHelper.CustomSetSorting
- ReportServiceController.QueryRootReportComponentName
Implements
Inheritance
See Also
Feedback