GrapeCity.ActiveReports.Design.Win.v9 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : ShowDataSourceIcon Property |
'Declaration Public Property ShowDataSourceIcon As System.Boolean
public System.bool ShowDataSourceIcon {get; set;}
Boolean. If True, the data source icon will be visible; otherwise, False.
private void designer1_Load(object sender, System.EventArgs e) { this.designer1.ShowDataSourceIcon = false; }
Private Sub Designer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Designer1.Load Me.Designer1.ShowDataSourceIcon = False End Sub