ReportsControllerCore.ExecuteReportAction Property
In This Article
An Action that executes the selected report.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public SimpleAction ExecuteReportAction { get; protected set; }
#Property Value
Type | Description |
---|---|
Simple |
A Simple |
#Remarks
Internally, this Action calls the ReportServiceController.ShowPreview method of the ReportServiceController Controller. You can override the protected ShowPeportPreview method to change the Action behavior.
See Also