# C1.Document.Export.Ssrs.WordTableAutoFitMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Document_Export_Ssrs_WordTableAutoFitMode" data-uid="C1.Document.Export.Ssrs.WordTableAutoFitMode" class="text-break">WordTableAutoFitMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines how AutoFit value can be specified for tables in generated Word files.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.Export.Ssrs.html">C1.Document.Export.Ssrs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_Export_Ssrs_WordTableAutoFitMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum WordTableAutoFitMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum WordTableAutoFitMode</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="C1_Document_Export_Ssrs_WordTableAutoFitMode_Default">Default</td>
        <td><p>AutoFit is set on tables that are narrower than the physical drawing area (physical page width excluding margins) per logical page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordTableAutoFitMode_False">False</td>
        <td><p>AutoFit is set to false on any Word table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordTableAutoFitMode_Never">Never</td>
        <td><p>AutoFit values are not set on any Word table and behavior reverts to the Word default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordTableAutoFitMode_True">True</td>
        <td><p>AutoFit is set to true on every Word table.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
