GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomReportItem Class : InnerXml Property |
Gets or sets the XML representation of the custom report item. This contains all of the XML content inside the CustomReportItem element.
'Declaration Public Property InnerXml As System.String
public System.string InnerXml {get; set;}
A String containing XML information representing the custom report item.