Skip to main content
.NET 6.0+

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.EFCore.v23.2.dll

Declaration

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