ReportTabsPanelVisible Property
In This Topic
Gets or sets a value indicating whether the panel containing the tabs for switching between Design, Script, and Preview modes is visible.
Syntax
'Declaration
Public Property ReportTabsPanelVisible As Boolean
public bool ReportTabsPanelVisible {get; set;}
Property Value
true
if the panel with the tabs is visible; otherwise,
false
. The default is
true
.
Example
// You can hide the whole report tabs/tool pane.
designer.ReportTabxPanelVisible = false;
See Also