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

In This Topic
    InnerXML Property (Custom)
    In This Topic
    Gets or sets a custom inner XML.
    Syntax
    'Declaration
     
    Public Property InnerXML As String
    public string InnerXML {get; set;}

    Property Value

    A System.String value indicating the custom XML content.
    Example
    Custom customElement = new Custom();
    customElement.InnerXML = "<CustomProperty>Value</CustomProperty>";
    See Also