[]
Gets or sets a XML representation of the custom report item.
public string InnerXml { get; set; }
Type | Description |
---|---|
string | A string value containing XML content representing the custom report item. |
This contains all of the XML content inside the CustomReportItem element.
CustomReportItem customReportItem = new CustomReportItem();
customReportItem.InnerXml = "<CustomReportItem><Property1>Value1</Property1></CustomReportItem>";