# GrapeCity.ActiveReports.Extensibility.Rendering.Components.IFormattedText.ParsedHtml

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IFormattedText_ParsedHtml_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IFormattedText.ParsedHtml*">ParsedHtml Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IFormattedText_ParsedHtml_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IFormattedText.ParsedHtml*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IFormattedText_ParsedHtml" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IFormattedText.ParsedHtml">ParsedHtml</h4>
<div class="markdown level1 summary"><p>Gets the content of the current formatted text rendering component as an XML document.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">XmlDocument ParsedHtml { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">XmlDocument</span></td>
      <td><p>An <span class="xref">System.Xml.XmlDocument</span> representing the parsed HTML content.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
