Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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