Skip to main content
.NET 6.0+

ReportsControllerCore.ExecuteReportAction Property

An Action that executes the selected report.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public SimpleAction ExecuteReportAction { get; protected set; }

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