'Declaration Public Property Custom As Custom
public Custom Custom {get; set;}
var reportItem = new TextBox(); reportItem.Custom = new Custom { Info = "Custom data" };
ReportItem Class ReportItem Members