ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IFormattedText Interface / ParsedHtml Property

In This Topic
    ParsedHtml Property
    In This Topic
    Gets the content of the current formatted text rendering component as an XML document.
    Syntax
    'Declaration
     
    ReadOnly Property ParsedHtml As XmlDocument
    XmlDocument ParsedHtml {get;}

    Property Value

    An System.Xml.XmlDocument representing the parsed HTML content.
    See Also