XtraReportData Properties
The persistent class used to store reports in the Reports V2 Module. Inherits XPObject and thus has the integer-type identifier.| Name | Description |
|---|---|
| ClassInfo | Gets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase. |
| Content | Specifies the report content. |
| DataTypeCaption | Gets the type caption of persistent objects that are displayed within the report. |
| DataTypeName | Gets the name of the report’s data type. |
| DisplayName | Specifies the report’s display name. |
| Fields static | Gets an object that contains field identifies for Simplified Criteria Syntax. Inherited from XPObject. |
| IsDeleted | Indicates whether the current persistent object is marked as deleted. Inherited from PersistentBase. |
| IsInplaceReport | Specifies whether or not the report is inplace. |
| IsLoading | Indicates whether the object is currently being initialized. Inherited from PersistentBase. |
| IsPredefined | Gets a boolean value that indicates whether or not the report is predefined. |
| Loading | Obsolete. Gets whether the object is currently being initialized. Inherited from XPBaseObject. |
| Oid | Gets or set a value which identifies the persistent object. Inherited from XPObject. |
| ParametersObjectType | Specifies the type of the reports parameter object. |
| ParametersObjectTypeName | Specifies the name of the reports parameter object type. |
| PredefinedReportType | Specifies the type of the predefined report. |
| Session | Gets the session used to load and save persistent objects. Inherited from PersistentBase. |
| This | Refers to the current instance. Inherited from XPBaseObject. |
See Also