ReportDataV2.IsInplaceReport Property
Specifies whether or not the report is inplace.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
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.
Implements
See Also