'Declaration Public Class ReportItemCollection Inherits System.Collections.ObjectModel.KeyedCollection(Of String,ReportItem)
public class ReportItemCollection : System.Collections.ObjectModel.KeyedCollection<string,ReportItem>
'Declaration Public Class ReportItemCollection Inherits System.Collections.ObjectModel.KeyedCollection(Of String,ReportItem)
public class ReportItemCollection : System.Collections.ObjectModel.KeyedCollection<string,ReportItem>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.Ssrs.RplReader.Recs.ReportItemCollection