The persistent class used to store reports in the Reports V2 Module. Inherits DevExpress.Persistent.BaseImpl.BaseObject and thus has the Guid-type identifier.
Name | Description |
---|---|
ReportDataV2(Session) |
Used to initialize a new instance of a ReportDataV2 descendant in a specific Session. |
ReportDataV2(Session, Type) |
For internal use. |
Name | Description |
---|---|
AutoSaveOnEndEdit |
Specifies whether changes in a persistent object are automatically committed to a database after you have finished editing the object in a bound control.
To learn more, refer to How to: Control Automatic Saving of Objects when Editing in a Grid and How to: Prevent Changes in a Persistent Object from being Automatically Committed.
(Inherited from XPBaseObject)
|
IsXpoProfiling |
Set this field to true before profiling the application via XPO Profiler. (Inherited from BaseObject)
|
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 |
Gets an object that contains field identifiers for Simplified Criteria Syntax.
(Inherited from PersistentBase)
|
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 |
Specifies the persistent object's identifier. (Inherited from BaseObject)
|
OidInitializationMode |
Specifies when a new GUID value is assigned to the BaseObject.Oid property. (Inherited from BaseObject)
|
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)
|
Name | Description |
---|---|
AddChangedEventHandler(Object, IObjectChange) |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
(Inherited from XPBaseObject)
|
AddChangedEventHandler(Object, ObjectChangeEventHandler) |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
(Inherited from XPBaseObject)
|
AfterConstruction() |
Invoked when the current object is about to be initialized after its creation. (Inherited from BaseObject)
|
Delete() |
Deletes the persistent object and its aggregated objects from persistent storage.
(Inherited from XPBaseObject)
|
Equals(Object) |
Determines whether the current object has the same settings as the specified object.
(Inherited from PersistentBase)
|
Equals(Object, Object) |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
Evaluate(CriteriaOperator) |
Evaluates the specified expression against the current instance of the persistent object.
(Inherited from XPBaseObject)
|
Evaluate(String) |
Evaluates the specified string expression against the current instance of the persistent object.
(Inherited from XPBaseObject)
|
EvaluateAlias(String) |
Evaluates an expression specified by the PersistentAliasAttribute attribute for the specified property.
(Inherited from XPBaseObject)
|
Fit(CriteriaOperator) |
Checks whether the current instance matches the specified criteria.
(Inherited from XPBaseObject)
|
Fit(String) |
Checks whether the current instance matches the specified criteria.
(Inherited from XPBaseObject)
|
GetCustomPropertyStore(Object) |
This member supports the internal infrastructure and isn't intended to be used directly from your code.
(Inherited from PersistentBase)
|
GetHashCode() |
Gets the hash code (a number) that corresponds to the value of the current PersistentBase object.
(Inherited from PersistentBase)
|
GetMemberValue(String) |
Returns the value of the specified property.
(Inherited from XPBaseObject)
|
GetModificationsStore(Object) |
Returns an object that stores information about the modified properties when the Session.TrackPropertiesModifications option is enabled.
(Inherited from PersistentBase)
|
GetType() |
Gets the (Inherited from Object)
|
MemberwiseClone() |
Creates a shallow copy of the current (Inherited from Object)
|
RaiseChangedEvent(Object, ObjectChangeEventArgs) |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
(Inherited from XPBaseObject)
|
ReferenceEquals(Object, Object) |
Determines whether the specified (Inherited from Object)
|
Reload() |
Reloads the state of the specified persistent object from the data store.
(Inherited from XPBaseObject)
|
RemoveChangedEventHandler(Object, IObjectChange) |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
(Inherited from XPBaseObject)
|
RemoveChangedEventHandler(Object, ObjectChangeEventHandler) |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
(Inherited from XPBaseObject)
|
Save() |
Saves the object to the data store.
(Inherited from XPBaseObject)
|
SetMemberValue(String, Object) |
Sets the value of the specified property.
(Inherited from XPBaseObject)
|
ToString() |
Returns a human-readable string that represents the current business object. (Inherited from BaseObject)
|
Name | Description |
---|---|
Changed |
Occurs when a property of the object is changed.
(Inherited from XPBaseObject)
|