[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.ReportTabsVisible

ReportTabsVisible Property

ReportTabsVisible

Gets or sets a value indicating whether the tabs for switching between Design, Script, and Preview modes are displayed in the report designer interface.

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

true if the tabs are displayed; otherwise, false. The default is true.

Remarks

This property allows you to control the visibility of the Design, Script, and Preview tabs, providing a way to customize the report designer's interface according to the user's needs or preferences.

Examples
// Hide the tabs for switching between Design, Script, and Preview modes. To enable the tabs, set the property to true.
designer.ReportTabsVisible = false;