# GrapeCity.ActiveReports.Export.Word.Section.RtfExport

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Word_Section_RtfExport" data-uid="GrapeCity.ActiveReports.Export.Word.Section.RtfExport" class="text-break">RtfExport Class
</h1>
  <div class="markdown level0 summary"><p>The Rich Text Format (RTF) export component for ActiveReports for .NET.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">RtfExport</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Export.IDocumentExport.html">IDocumentExport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Section.html">GrapeCity.ActiveReports.Export.Word.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Word.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Word_Section_RtfExport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class RtfExport : Component, IComponent, IDisposable, IDocumentExport</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_Export_Word_Section_RtfExport__ctor" data-uid="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.-ctor.html#GrapeCity_ActiveReports_Export_Word_Section_RtfExport__ctor">RtfExport()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.html">RtfExport</a> class.</p>
</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_Export_Word_Section_RtfExport_EnableShapes" data-uid="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.EnableShapes">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.EnableShapes.html#GrapeCity_ActiveReports_Export_Word_Section_RtfExport_EnableShapes">EnableShapes</a>
        </td>
        <td class="markdown level1 summary"><p>Setting this value to true will export the Shapes and Lines to RTF Format.
You will require Microsoft Word to view it correctly.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Pagination" data-uid="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Pagination">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Pagination.html#GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Pagination">Pagination</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicates should pagination be used for resulted RTF document or not</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="GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Export.html#GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_">Export(SectionDocument, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to the specified stream in Rich Text Format (RTF).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_" data-uid="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Export.html#GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_">Export(SectionDocument, Stream, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to the specified stream in Rich Text Format (RTF).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_" data-uid="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Export.html#GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_">Export(SectionDocument, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to a Rich Text Format (RTF) file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Section.RtfExport.Export.html#GrapeCity_ActiveReports_Export_Word_Section_RtfExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_">Export(SectionDocument, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to a Rich Text Format (RTF) file.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
