ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Custom Class / InnerXML Property

In This Topic
    InnerXML Property (Custom)
    In This Topic

    Gets or sets a String value representing the Custom XML.

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

    Property Value

    A String value representing the Custom xml.

    See Also