Back to Devexpress

PrintSelectionBaseController Class

expressappframework-devexpress-dot-expressapp-dot-reportsv2-7c4b486e.md

latest2.8 KB
Original Source

PrintSelectionBaseController Class

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

Declaration

csharp
public class PrintSelectionBaseController :
    ObjectViewController
vb
Public Class PrintSelectionBaseController
    Inherits 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

ISupportUpdate

Inheritance

Object MarshalByRefObject Component Controller ViewController ViewController<ObjectView> ObjectViewController PrintSelectionBaseController

See Also

PrintSelectionBaseController Members

DevExpress.ExpressApp.ReportsV2 Namespace