ReportDataV2.IsPredefined Property
Gets a boolean value that indicates whether or not the report is predefined.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
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.
Implements
See Also