Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PrintSelectionBaseController Class

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v24.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