IInplaceReportV2 Interface
Implemented by persistent classes used to store reports that can be used as inplace repors.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Remarks
Inplace reports can be executed for a selected set of business objects using the PrintSelectionBaseController.ShowInReportAction Action.
Built-in implementation of this interface used by default is the XtraReportData class. To create a custom persistent container for inplace reports, implement IInplaceReportV2 and IInplaceReportV2
interfaces, and pass the implemented type to the ReportsModuleV2.ReportDataType property.
See Also