IReportDataV2.IsPredefined Property
Gets a boolean value that indicates whether or not the report is predefined.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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