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.v25.2.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.
To create a custom persistent container for inplace reports, implement IInplaceReportV2 and IInplaceReportV2 interfaces, and pass the implemented type to the ReportsModuleV2.ReportDataType property.xref:DevExpress.ExpressApp.Rep
See Also