GrapeCity.ActiveReports.Design.Win.v8 Assembly > GrapeCity.ActiveReports.Design.ReportExplorer Namespace > ReportExplorer Class : ContentsVisible Property |
'Declaration Public Property ContentsVisible As System.Boolean
public System.bool ContentsVisible {get; set;}
private void Form1_Load(object sender, System.EventArgs e) { this.reportExplorer1.ContentsVisible = true; }
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.ReportExplorer1.ContentsVisible = True End Sub