ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomReportItem Class / InnerXml Property

In This Topic
    InnerXml Property (CustomReportItem)
    In This Topic

    Gets or sets the XML representation of the custom report item. This contains all of the XML content inside the CustomReportItem element.

    Syntax
    'Declaration
     
    Public Property InnerXml As String
    public string InnerXml {get; set;}

    Property Value

    A String containing XML information representing the custom report item.

    See Also