ActiveReports Developer 7
DataSourceIconClick Event
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : DataSourceIconClick Event

Glossary Item Box

Raised when the Datasource icon is clicked in the designer.

Syntax

Visual Basic (Declaration) 
Public Event DataSourceIconClick As DataSourceIconClickEventHandler
C# 
public event DataSourceIconClickEventHandler DataSourceIconClick

Event Data

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

PropertyDescription
Cancel Determines whether the default DataSource dialog is displayed. If the value is set to True, the DataSource dialog will not open when the DataSource Icon is clicked in the End-User Designer.

See Also