Skip to main content
.NET 6.0+

IReportDataV2.IsPredefined Property

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

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

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.

See Also