WinReportsController Class
In This Article
A WinForms-specific descendant of the ReportsControllerCore class.
Namespace: DevExpress.ExpressApp.ReportsV2.Win
Assembly: DevExpress.ExpressApp.ReportsV2.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Win
#Declaration
public class WinReportsController :
ReportsControllerCore
#Remarks
Activated in List Views that display IReportDataV2 objects. Initializes the ReportsControllerCore.ExecuteReportAction Action.
#Implements
#Inheritance
Object
MarshalByRefObject
Component
Controller
ViewController
ViewController<ListView>
ObjectViewController<ListView, IReportDataV2>
DevExpress.ExpressApp.ReportsV2.ReportDataViewController
ReportsControllerCore
WinReportsController
See Also