[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Custom.InnerXML

InnerXML Property

InnerXML

Gets or sets a custom inner XML.

Declaration
public string InnerXML { get; set; }
Property Value
Type Description
string

A string value indicating the custom XML content.

Examples
Custom customElement = new Custom();
customElement.InnerXML = "<CustomProperty>Value</CustomProperty>";