IDashboardDataSource Methods
If implemented by a class, provides members related to a dashboard data source.| Name | Description |
|---|---|
| BeginInit() | Signals the object that initialization is starting. Inherited from ISupportInitialize. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
| EndInit() | Signals the object that initialization is complete. Inherited from ISupportInitialize. |
| GetCalculatedFieldsController() | For internal use. |
| GetDataSourceInternal() | For internal use. |
| GetDataSourceSchema(String) | For internal use. |
| GetFieldSourceType(String, String) | Gets the type of the field contained in the current data source. |
See Also