ActiveReports 6 Online Help
DataSourceIconClick Event

Raised when the Datasource icon is clicked in the designer.
Syntax
'Declaration
 
Public Event DataSourceIconClick As DataSourceIconClickEventHandler
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
CancelDetermines 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.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Designer Class
Designer Members

Send Feedback