'Declaration Public Property AltReportItem As ReportItem
public ReportItem AltReportItem {get; set;}
'Declaration Public Property AltReportItem As ReportItem
public ReportItem AltReportItem {get; set;}
CustomReportItem customReportItem = new CustomReportItem(); customReportItem.AltReportItem = new TextBox();