# GrapeCity.ActiveReports.Export.Html.Section.OutputHtmlFiles

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Html_Section_OutputHtmlFiles" data-uid="GrapeCity.ActiveReports.Export.Html.Section.OutputHtmlFiles" class="text-break">OutputHtmlFiles Class
</h1>
  <div class="markdown level0 summary"><p>OutputHtmlFiles is an implementation of IHandleHtmlOutput that directs the HtmlExport object's output to files.</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"><span class="xref">OutputHtmlFiles</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Export.Html.IOutputHtml.html">IOutputHtml</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_OutputHtmlFiles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OutputHtmlFiles : IOutputHtml</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_OutputHtmlFiles__ctor_System_String_GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_" data-uid="GrapeCity.ActiveReports.Export.Html.Section.OutputHtmlFiles.#ctor(System.String,GrapeCity.ActiveReports.Export.Html.Section.HtmlExport)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.OutputHtmlFiles.-ctor.html#GrapeCity_ActiveReports_Export_Html_Section_OutputHtmlFiles__ctor_System_String_GrapeCity_ActiveReports_Export_Html_Section_HtmlExport_">OutputHtmlFiles(string, HtmlExport)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of the OutputHtmlFiles class using the specified filePath as the base html page.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_OutputHtmlFiles_htmlExport" data-uid="GrapeCity.ActiveReports.Export.Html.Section.OutputHtmlFiles.htmlExport">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Section.OutputHtmlFiles.htmlExport.html">htmlExport</a>
        </td>
        <td class="markdown level1 summary"><p>The HtmlExport instance that is requesting the file output.<br>
Can be used to check property settings on HtmlExport.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
