Skip to main content
.NET 6.0+

PrintSelectionBaseController Class

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public class PrintSelectionBaseController :
    ObjectViewController

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.

Implements

See Also