ActiveReports 9
FieldsVisible Property
Example 

Determines whether the ReportExplorer's Fields window is visible.
Syntax
'Declaration
 
Public Property FieldsVisible As System.Boolean
public System.bool FieldsVisible {get; set;}

Property Value

Boolean value. If True, the Report Explorer's Fields window is visible. If False, the Report Explorer's Fields window is not visible.
Example
private void Form1_Load(object sender, System.EventArgs e)
{
    this.reportExplorer1.FieldsVisible = true;
}
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Me.ReportExplorer1.FieldsVisible = True
End Sub
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

ReportExplorer Class
ReportExplorer Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum