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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
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