# GrapeCity.ActiveReports.BorderLineStyle

## Content

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




  <h1 id="GrapeCity_ActiveReports_BorderLineStyle" data-uid="GrapeCity.ActiveReports.BorderLineStyle" class="text-break">BorderLineStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the possible border styles.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.html">GrapeCity.ActiveReports</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_BorderLineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BorderLineStyle : byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_Dash">Dash</td>
        <td><p>The dash border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_DashDot">DashDot</td>
        <td><p>The dash dot border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_DashDotDot">DashDotDot</td>
        <td><p>The dash dot dot border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_Dot">Dot</td>
        <td><p>The dot border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_Double">Double</td>
        <td><p>The double border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_ExtraThickSolid">ExtraThickSolid</td>
        <td><p>The extra thick solid border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_None">None</td>
        <td><p>The none border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_Solid">Solid</td>
        <td><p>The solid border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_ThickDash">ThickDash</td>
        <td><p>The thick dash border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_ThickDashDot">ThickDashDot</td>
        <td><p>The thick dash dot border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_ThickDashDotDot">ThickDashDotDot</td>
        <td><p>The thick dash dot dot border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_ThickDot">ThickDot</td>
        <td><p>The thick dot border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_ThickDouble">ThickDouble</td>
        <td><p>The thick double border style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BorderLineStyle_ThickSolid">ThickSolid</td>
        <td><p>The thick solid border style.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
