Skip to main content
.NET 6.0+

PrintSelectionBaseController.ShowInReportAction Property

Gets a Single Choice Action that executes the chosen inplace report for the currently selected objects.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public SingleChoiceAction ShowInReportAction { get; }

Property Value

Type Description
SingleChoiceAction

A SingleChoiceAction that executes the chosen inplace report for the currently selected objects.

Remarks

For details on this Action, refer to the PrintSelectionBaseController class description.

See Also