# C1.Document.Export.Ssrs.WordExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Export_Ssrs_WordExporter" data-uid="C1.Document.Export.Ssrs.WordExporter" class="text-break">WordExporter Class
</h1>
  <div class="markdown level0 summary"><p>Represents an object that can be used to export a SSRS report to Microsoft Word format.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Document.Export.ExportFilter.html">ExportFilter</a></div>
    <div class="level2"><a class="xref" href="C1.Document.Export.Ssrs.Exporter.html">Exporter</a></div>
    <div class="level3"><span class="xref">WordExporter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_WordExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WordExporter : Exporter, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WordExporter
    Inherits Exporter
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter__ctor" data-uid="C1.Document.Export.Ssrs.WordExporter.#ctor">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.-ctor.html#C1_Document_Export_Ssrs_WordExporter__ctor">WordExporter()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_AutoFit" data-uid="C1.Document.Export.Ssrs.WordExporter.AutoFit">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.AutoFit.html#C1_Document_Export_Ssrs_WordExporter_AutoFit">AutoFit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value defining how an AutoFit value will be specified for tables in generated Word file.
The default value is <a class="xref" href="C1.Document.Export.Ssrs.WordTableAutoFitMode.html#C1_Document_Export_Ssrs_WordTableAutoFitMode_Default">Default</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_ExpandToggles" data-uid="C1.Document.Export.Ssrs.WordExporter.ExpandToggles">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.ExpandToggles.html#C1_Document_Export_Ssrs_WordExporter_ExpandToggles">ExpandToggles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether all items that can be toggled should render in their fully-expanded state.
The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_ExportProvider" data-uid="C1.Document.Export.Ssrs.WordExporter.ExportProvider">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.ExportProvider.html#C1_Document_Export_Ssrs_WordExporter_ExportProvider">ExportProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an instance of a class derived from <a class="xref" href="C1.Document.Export.ExportFilter.ExportProvider.html#C1_Document_Export_ExportFilter_ExportProvider">ExportProvider</a>
describing the export format associated with the current exporter.
That instance can be used to retrieve static information about the current export format
such as format description or default extension.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_FixedPageWidth" data-uid="C1.Document.Export.Ssrs.WordExporter.FixedPageWidth">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.FixedPageWidth.html#C1_Document_Export_Ssrs_WordExporter_FixedPageWidth">FixedPageWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Page Width written to the DOC file will grow to accommodate the width of the largest page in the Report Body.
The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_OmitDrillthroughs" data-uid="C1.Document.Export.Ssrs.WordExporter.OmitDrillthroughs">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.OmitDrillthroughs.html#C1_Document_Export_Ssrs_WordExporter_OmitDrillthroughs">OmitDrillthroughs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to omit the Drillthrough action on all items where it is set.
The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_OmitHyperlinks" data-uid="C1.Document.Export.Ssrs.WordExporter.OmitHyperlinks">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.OmitHyperlinks.html#C1_Document_Export_Ssrs_WordExporter_OmitHyperlinks">OmitHyperlinks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to omit the Hyperlink action on all items where it is set.
The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_OpenXmlDocument" data-uid="C1.Document.Export.Ssrs.WordExporter.OpenXmlDocument">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.OpenXmlDocument.html#C1_Document_Export_Ssrs_WordExporter_OpenXmlDocument">OpenXmlDocument</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the document should be saved in Office12 Open XML format.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_CanExportRange_C1_Document_OutputRangeType_" data-uid="C1.Document.Export.Ssrs.WordExporter.CanExportRange(C1.Document.OutputRangeType)">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.CanExportRange.html#C1_Document_Export_Ssrs_WordExporter_CanExportRange_C1_Document_OutputRangeType_">CanExportRange(OutputRangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the specified type of range can be exported by the current exporter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_GetDevInfo" data-uid="C1.Document.Export.Ssrs.WordExporter.GetDevInfo">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.GetDevInfo.html#C1_Document_Export_Ssrs_WordExporter_GetDevInfo">GetDevInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns DeviceInfo string for SSRS.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_WordExporter_GetFormat" data-uid="C1.Document.Export.Ssrs.WordExporter.GetFormat">
          <a class="xref" href="C1.Document.Export.Ssrs.WordExporter.GetFormat.html#C1_Document_Export_Ssrs_WordExporter_GetFormat">GetFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns format identifier for SSRS.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
