PrintSelectionBaseController.ShowInReportAction Property
In This Article
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.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public SingleChoiceAction ShowInReportAction { get; }
#Property Value
Type | Description |
---|---|
Single |
A Single |
#Remarks
For details on this Action, refer to the PrintSelectionBaseController class description.
See Also