# GrapeCity.ActiveReports.Export.Html.Page.Settings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Html_Page_Settings" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings" class="text-break">Settings Class
</h1>
  <div class="markdown level0 summary"><p>Settings for the Html rendering extension.</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">Settings</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.ISettings.html">ISettings</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.html">GrapeCity.ActiveReports.Export.Html.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Html.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Html_Page_Settings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Settings : ISettings</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_Page_Settings__ctor" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.-ctor.html#GrapeCity_ActiveReports_Export_Html_Page_Settings__ctor">Settings()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.html">Settings</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_Settings__ctor_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.#ctor(System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.-ctor.html#GrapeCity_ActiveReports_Export_Html_Page_Settings__ctor_System_Collections_Specialized_NameValueCollection_">Settings(NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.html">Settings</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_Page_Settings_EmbedImages" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.EmbedImages">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.EmbedImages.html#GrapeCity_ActiveReports_Export_Html_Page_Settings_EmbedImages">EmbedImages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not the images content will be contained inside the html file as Base64, or inside a different stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_Settings_Fragment" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.Fragment">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.Fragment.html#GrapeCity_ActiveReports_Export_Html_Page_Settings_Fragment">Fragment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not the full html text will be return or just the contents contained inside the body tag.True indicates only the content inside
the body tag will be return; otherwise false. The default is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_Settings_LinkTarget" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.LinkTarget">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.LinkTarget.html#GrapeCity_ActiveReports_Export_Html_Page_Settings_LinkTarget">LinkTarget</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the target for hyperlinks contained inside the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_Settings_MhtOutput" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.MhtOutput">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.MhtOutput.html#GrapeCity_ActiveReports_Export_Html_Page_Settings_MhtOutput">MhtOutput</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not to output should be in Mht format.True indicates the output should be in Mht format; otherwise false. The default is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_Settings_Mode" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.Mode">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.Mode.html#GrapeCity_ActiveReports_Export_Html_Page_Settings_Mode">Mode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mode to use when rendering to html</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_Settings_OutputTOC" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.OutputTOC">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.OutputTOC.html#GrapeCity_ActiveReports_Export_Html_Page_Settings_OutputTOC">OutputTOC</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the report's TOC(is exists) should be added in the output.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_Settings_RenderingEngine" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.RenderingEngine">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.RenderingEngine.html#GrapeCity_ActiveReports_Export_Html_Page_Settings_RenderingEngine">RenderingEngine</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether we should use SVG internally or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Html_Page_Settings_StyleStream" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.StyleStream">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.StyleStream.html#GrapeCity_ActiveReports_Export_Html_Page_Settings_StyleStream">StyleStream</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not the CSS style information will be contained inside the html file, or inside a different stream. True indicates the CSS style information will be contained in its own stream; otherwise false. The default is true.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_Page_Settings_op_Implicit_GrapeCity_ActiveReports_Export_Html_Page_Settings__System_Collections_Specialized_NameValueCollection" data-uid="GrapeCity.ActiveReports.Export.Html.Page.Settings.op_Implicit(GrapeCity.ActiveReports.Export.Html.Page.Settings)~System.Collections.Specialized.NameValueCollection">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.op_Implicit.html#GrapeCity_ActiveReports_Export_Html_Page_Settings_op_Implicit_GrapeCity_ActiveReports_Export_Html_Page_Settings__System_Collections_Specialized_NameValueCollection">implicit operator NameValueCollection(Settings)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="GrapeCity.ActiveReports.Export.Html.Page.Settings.html">Settings</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.namevaluecollection">NameValueCollection</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
