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

ReportDataV2.IsInplaceReport Property

Specifies whether or not the report is inplace.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.v18.2.dll

Declaration

[VisibleInListView(false)]
public 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.

Implements

See Also