# GrapeCity.ActiveReports.Rendering.Components.CheckStyle

## Content

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




  <h1 id="GrapeCity_ActiveReports_Rendering_Components_CheckStyle" data-uid="GrapeCity.ActiveReports.Rendering.Components.CheckStyle" class="text-break">CheckStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the style of a checkbox.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.html">GrapeCity.ActiveReports.Rendering.Components</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Components_CheckStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CheckStyle</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_Rendering_Components_CheckStyle_Check">Check</td>
        <td><p>The checkbox style is a check.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_CheckStyle_Circle">Circle</td>
        <td><p>The checkbox style is a circle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_CheckStyle_Cross">Cross</td>
        <td><p>The checkbox style is a cross.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_CheckStyle_Diamond">Diamond</td>
        <td><p>The checkbox style is a diamond.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_CheckStyle_Square">Square</td>
        <td><p>The checkbox style is a square.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_CheckStyle_Star">Star</td>
        <td><p>The checkbox style is a star.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>
</div>
