XPObjectSource Events
Enables binding reports to XPO persistent class’ data.Name | Description |
---|---|
AfterFill | For internal use. |
BeforeFill | For internal use. |
DismissSession | Occurs when the XPObjectSource no longer needs the Session it used to retrieve objects from the data store. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
ResolveSession | Occurs when the XPObjectSource needs a Session to retrieve objects from the data store. |
See Also