Skip to main content
.NET 6.0+

IInplaceReportV2.IsInplaceReport Property

Specifies whether or not the report is inplace.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.Persistent.Base.v23.2.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