Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ReportDataV2.IsPredefined Property

Gets a boolean value that indicates whether or not the report is predefined.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.Persistent.BaseImpl.EF.v19.2.dll

Declaration

[VisibleInListView(false)]
[VisibleInDetailView(false)]
[NotMapped]
public bool IsPredefined { get; }

Property Value

Type Description
Boolean

true, if a report is predefined in code; false, if a report is created at runtime.

Remarks

Predefined reports are registered in code via the PredefinedReportsUpdater.AddPredefinedReport<T> method. Runtime reports are created manually by end users.

Implements

See Also