Gets or sets the XML representation of the custom report item. This contains all of the XML content inside the CustomReportItem element.
| Visual Basic (Declaration) | |
|---|---|
Public Property InnerXml As String | |
| C# | |
|---|---|
public string InnerXml {get; set;} | |
Return Value
A String containing XML information representing the custom report item.