Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

Declaration

public interface IInplaceReportV2

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