[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.ReportTabsPanelVisible

ReportTabsPanelVisible Property

ReportTabsPanelVisible

Gets or sets a value indicating whether the panel containing the tabs for switching between Design, Script, and Preview modes is visible.

Declaration
public bool ReportTabsPanelVisible { get; set; }
Property Value
Type Description
bool

true if the panel with the tabs is visible; otherwise, false. The default is true.

Remarks

This property allows for the customization of the report designer's interface by controlling the visibility of the panel that contains the Design, Script, and Preview tabs. It can be used to streamline the interface in scenarios where switching between these modes is not necessary.

Examples
// You can hide the whole report tabs/tool pane.
designer.ReportTabxPanelVisible = false;