ReportsControllerCore.ExecuteReportAction Property
An Action that executes the selected report.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Property Value
Type | Description |
---|---|
SimpleAction | A SimpleAction that executes the selected report. |
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