ActiveReports 12
DataSourceIconClicked Event

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : DataSourceIconClicked Event
Gets the value from the DialogResult when the data source icon is clicked.
Syntax
'Declaration
 
Public Event DataSourceIconClicked As DataSourceIconClickedEventHandler
public event DataSourceIconClickedEventHandler DataSourceIconClicked
Event Data

The event handler receives an argument of type DataSourceIconClickedEventArgs containing data related to this event. The following DataSourceIconClickedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the value from the data source dialog.  
See Also