ConfigureDataConnectionWebEventArgs Properties
Provides data for the ConfigureDataConnection events.Name | Description |
---|---|
ConnectionName | Gets the name of the connection for which the event has been raised. Inherited from ConfigureDataConnectionEventArgs. |
ConnectionParameters | Gets or sets parameters used to establish a connection to data. Inherited from ConfigureDataConnectionEventArgs. |
DashboardId | Gets the identifier of the current dashboard. |
DataSourceName | Gets the data source name for which the event was raised. Inherited from DashboardConfigureDataConnectionEventArgs. |
See Also