expressappframework-devexpress-dot-expressapp-dot-reportsv2-7c4b486e.md
An ObjectViewController that provides the PrintSelectionBaseController.ShowInReportAction used to execute In-Place Reports.
Namespace : DevExpress.ExpressApp.ReportsV2
Assembly : DevExpress.ExpressApp.ReportsV2.v25.2.dll
NuGet Package : DevExpress.ExpressApp.ReportsV2
public class PrintSelectionBaseController :
ObjectViewController
Public Class PrintSelectionBaseController
Inherits ObjectViewController
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.
Object MarshalByRefObject Component Controller ViewController ViewController<ObjectView> ObjectViewController PrintSelectionBaseController
See Also