Skip to main content
.NET 6.0+

ReportDataV2.IsInplaceReport Property

Specifies whether or not the report is inplace.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.Persistent.BaseImpl.EFCore.v23.2.dll

Declaration

[VisibleInListView(false)]
public virtual bool IsInplaceReport { get; set; }
[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