public ReportItem Item( int index ) {get; set;}
'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As ReportItem
ReportItemCollection collection = new ReportItemCollection(); collection.Add(new TextBox()); ReportItem item = collection[0];
ReportItemCollection Class ReportItemCollection Members Overload List