# GrapeCity.ActiveReports.Web.DocExportSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_DocExportSettings" data-uid="GrapeCity.ActiveReports.Web.DocExportSettings" class="text-break">DocExportSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for exporting data to a DOC 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="GrapeCity.ActiveReports.Web.BaseExportSettings.html">BaseExportSettings</a></div>
    <div class="level2"><span class="xref">DocExportSettings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.html">GrapeCity.ActiveReports.Web</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Web.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_DocExportSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DocExportSettings : BaseExportSettings</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="GrapeCity_ActiveReports_Web_DocExportSettings__ctor" data-uid="GrapeCity.ActiveReports.Web.DocExportSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DocExportSettings.-ctor.html#GrapeCity_ActiveReports_Web_DocExportSettings__ctor">DocExportSettings()</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="GrapeCity_ActiveReports_Web_DocExportSettings_Author" data-uid="GrapeCity.ActiveReports.Web.DocExportSettings.Author">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DocExportSettings.Author.html#GrapeCity_ActiveReports_Web_DocExportSettings_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the author of the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_DocExportSettings_BaseHref" data-uid="GrapeCity.ActiveReports.Web.DocExportSettings.BaseHref">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DocExportSettings.BaseHref.html#GrapeCity_ActiveReports_Web_DocExportSettings_BaseHref">BaseHref</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the base href for the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_DocExportSettings_Categories" data-uid="GrapeCity.ActiveReports.Web.DocExportSettings.Categories">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DocExportSettings.Categories.html#GrapeCity_ActiveReports_Web_DocExportSettings_Categories">Categories</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the categories associated with the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_DocExportSettings_Generator" data-uid="GrapeCity.ActiveReports.Web.DocExportSettings.Generator">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DocExportSettings.Generator.html#GrapeCity_ActiveReports_Web_DocExportSettings_Generator">Generator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the generator of the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_DocExportSettings_PageHeight" data-uid="GrapeCity.ActiveReports.Web.DocExportSettings.PageHeight">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DocExportSettings.PageHeight.html#GrapeCity_ActiveReports_Web_DocExportSettings_PageHeight">PageHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page height of the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_DocExportSettings_PageWidth" data-uid="GrapeCity.ActiveReports.Web.DocExportSettings.PageWidth">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DocExportSettings.PageWidth.html#GrapeCity_ActiveReports_Web_DocExportSettings_PageWidth">PageWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page width of the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_DocExportSettings_Title" data-uid="GrapeCity.ActiveReports.Web.DocExportSettings.Title">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DocExportSettings.Title.html#GrapeCity_ActiveReports_Web_DocExportSettings_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title of the document.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
