Back to Devexpress

ReportServiceController Class

expressappframework-devexpress-dot-expressapp-dot-reportsv2-be1c15fb.md

latest3.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp.ReportsV2

Declaration

csharp
public abstract class ReportServiceController :
    Controller
vb
Public MustInherit Class ReportServiceController
    Inherits Controller

Remarks

The WinForms-specific descendant of this Controller is WinReportServiceController.

ReportServiceController exposes methods that invoke dialogs used to create, edit and view reports - ReportServiceController.ShowWizard, ReportServiceController.ShowDesigner and ReportServiceController.ShowPreview.

To customize the Controller’s behavior, you can handle the following events:

Implements

ISupportUpdate

Inheritance

Object MarshalByRefObject Component Controller ReportServiceController WinReportServiceController

See Also

ReportServiceController Members

DevExpress.ExpressApp.ReportsV2 Namespace