'Declaration Public Property InnerXml As String
public string InnerXml {get; set;}
CustomReportItem customReportItem = new CustomReportItem(); customReportItem.InnerXml = "<CustomReportItem><Property1>Value1</Property1></CustomReportItem>";
CustomReportItem Class CustomReportItem Members