# GrapeCity.ActiveReports.Design.Designer.ReportTabsVisible

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Design_Designer_ReportTabsVisible_" data-uid="GrapeCity.ActiveReports.Design.Designer.ReportTabsVisible*">ReportTabsVisible Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Designer_ReportTabsVisible_" data-uid="GrapeCity.ActiveReports.Design.Designer.ReportTabsVisible*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Designer_ReportTabsVisible" data-uid="GrapeCity.ActiveReports.Design.Designer.ReportTabsVisible">ReportTabsVisible</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the tabs for switching between Design, Script, and Preview modes are displayed in the report designer interface.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ReportTabsVisible { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the tabs are displayed; otherwise, <code>false</code>. The default is <code>true</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Designer_ReportTabsVisible_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
</div>
<h5 id="GrapeCity_ActiveReports_Design_Designer_ReportTabsVisible_examples">Examples</h5>
<pre><code class="lang-csharp">// Hide the tabs for switching between Design, Script, and Preview modes. To enable the tabs, set the property to true.
designer.ReportTabsVisible = false;</code></pre>

</div>
