Skip to main content

DashboardEFDataSource Events

An Entity Framework data source that provides data for the dashboard.
Name Description
BeforeLoadCustomAssembly Occurs on an attempt to load a custom assembly by EFDataSource. Inherited from EFDataSource.
BeforeLoadCustomAssemblyGlobal static Occurs on an attempt to load a custom assembly by EFDataSource (e.g., when an application loads a report template containing an Entity Framework data source originated from a compiled assembly). Inherited from EFDataSource.
ConfigureDataConnection Inherited from EFDataSource.
ConnectionError Inherited from EFDataSource.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also