Skip to main content
A newer version of this page is available. .

IInplaceReportV2.IsInplaceReport Property

Specifies whether or not the report is inplace.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.Persistent.Base.v19.1.dll

Declaration

bool IsInplaceReport { get; set; }

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