# GrapeCity.ActiveReports.Export.Html.Section.HtmlExport

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport" class="text-break">HtmlExport Class
</h1>
  <div class="markdown level0 summary"><p>ActiveReports HTML export component.</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">HtmlExport</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.Html.Section.html">GrapeCity.ActiveReports.Export.Html.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Html.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class HtmlExport : 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_Html_Section_HtmlExport__ctor" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.-ctor.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport__ctor">HtmlExport()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.html">HtmlExport</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_Html_Section_HtmlExport_BookmarkStyle" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.BookmarkStyle">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.BookmarkStyle.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_BookmarkStyle">BookmarkStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Sets returns whether a page of bookmarks will be created if the ActiveReports document contains bookmarks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_CharacterSet" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.CharacterSet">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.CharacterSet.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_CharacterSet">CharacterSet</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns the character set encoding that will be used in the outputted HTML pages.
The default character set is UTF8.
Setting this property will change the meta tag in the header of the resulting HTML pages to the appropriate IANA character set value for example:
&lt;META content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=Content-Type&gt;.
Additionally, the inner text portion of the pages will be encoded according to the specific character set's encoding rules, as well as font names.
If you are exporting a Document without headers (IncludeHtmlHeader=false), then you must insert the appropriate meta tag to ensure the browser knows how the text is encoded.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_CreateFramesetPage" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.CreateFramesetPage">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.CreateFramesetPage.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_CreateFramesetPage">CreateFramesetPage</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns a value indicating that the HTML pages appear in a frame set where any bookmark entries appear on the left, and the report document contents appear on the right.  The resulting filename will use the specified filename with the extension &quot;.frame.html&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_IncludeHtmlHeader" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.IncludeHtmlHeader">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.IncludeHtmlHeader.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_IncludeHtmlHeader">IncludeHtmlHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns a value indicating if the resulting HTML files will include normal HTML page headers such as the HTML, HEAD, and BODY elements.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_IncludePageMargins" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.IncludePageMargins">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.IncludePageMargins.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_IncludePageMargins">IncludePageMargins</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns whether the Page's margins are included in the output.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_MultiPage" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.MultiPage">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.MultiPage.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_MultiPage">MultiPage</a>
        </td>
        <td class="markdown level1 summary"><p>Sets returns whether multiple HTML pages are generated for the document.<br>
If true, one HTML page will be generated for each page in the ActiveReports document.<br>
If false, (the default value) one HTML page is generated for the all pages in the ActieReports document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_OnHyperlink" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.OnHyperlink">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.OnHyperlink.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_OnHyperlink">OnHyperlink</a>
        </td>
        <td class="markdown level1 summary"><p>Hyperlinks preprocessor if required.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_OutputType" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.OutputType">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.OutputType.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_OutputType">OutputType</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns the type of HTML output that is used to export documents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Pagination" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Pagination">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Pagination.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Pagination">Pagination</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicates should pagination be used for resulted html document or not</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_RemoveVerticalSpace" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.RemoveVerticalSpace">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.RemoveVerticalSpace.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_RemoveVerticalSpace">RemoveVerticalSpace</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns whether completley empty vertical spacing will be removed from the output.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Title" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Title">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Title.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Title used in head of HTML pages.</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_Html_Section_HtmlExport_AddMetadata_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.AddMetadata(System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.AddMetadata.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_AddMetadata_System_String_System_String_">AddMetadata(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds specified metadata property to be written as HTML meta.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_GrapeCity_ActiveReports_Export_Html_IOutputHtml_System_String_" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,GrapeCity.ActiveReports.Export.Html.IOutputHtml,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_GrapeCity_ActiveReports_Export_Html_IOutputHtml_System_String_">Export(SectionDocument, IOutputHtml, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides advanced control over how the HtmlExport stores all output, including all html pages, images, bookmark pages, etc...</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_">Export(SectionDocument, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a>to HTML in a MIME MHT format (as can be saved from Internet Explorer) which includes the HTML and all images in a single file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_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 <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a>to HTML in a MIME MHT format (as can be saved from Internet Explorer) which includes the HTML and all images in a single file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_">Export(SectionDocument, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to html.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.HtmlExport.Export.html#GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_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 HTML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
