IInplaceReportV2.IsInplaceReport Property
Specifies whether or not the report is inplace.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.Persistent.Base.v25.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the report is inplace; otherwise, false. |
Remarks
Inplace reports can be executed for a selected set of business objects using the PrintSelectionBaseController.ShowInReportAction Action.
See Also