PrintSelectionBaseController Class
An ObjectViewController that provides the PrintSelectionBaseController.ShowInReportAction used to execute In-Place Reports.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Remarks
Activated in all Views. The ReportsControllerCoreAction allows an end-user to execute an inplace report using the currently selected objects as the data source. If there are no in-place reports for the current View’s object type, this Action is not activated. To specify that a report is in-place in the UI, set its IInplaceReportV2.IsInplaceReport property to true. To create an in-place report in code, call the PredefinedReportsUpdater.AddPredefinedReport<T> method overload that takes the isInplaceReport parameter and set this parameter to true.