| Visual Basic (Declaration) | |
|---|---|
Public Property ShowDataSourceIcon As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool ShowDataSourceIcon {get; set;} | |
Return Value
Boolean. If True, the data source icon will be visible; otherwise, False.
| C# | Copy Code |
|---|---|
private void designer1_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Designer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Designer1.Load | |
You can use this property to hide the Data Source icon and provide your own interface for manipulating the report's data source.