WebEditReportController Class
In This Article
A Controller activated in List Views of IReportDataV2 objects. Hides the Edit, CopyPredefinedReport and ShowReportDesigner Actions from the command column.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
#Declaration
#Remarks
To change this controller behavior, override the protected virtual HideInlineReportActions method.
#Implements
#Inheritance
Object
MarshalByRefObject
Component
Controller
ViewController
ViewController<ListView>
ObjectViewController<ListView, IReportDataV2>
DevExpress.ExpressApp.ReportsV2.ReportDataViewController
DevExpress.ExpressApp.ReportsV2.EditReportControllerCore
WebEditReportController
See Also