

'宣言 Public Class ReportItemCollection Inherits System.Collections.ObjectModel.KeyedCollection(Of String,ReportItem)
'使用法 Dim instance As ReportItemCollection
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