

'宣言 Public Class RplRecs Inherits System.Collections.Generic.List(Of RplRec)
'使用法 Dim instance As RplRecs
public class RplRecs : System.Collections.Generic.List<RplRec>
System.Object
System.Collections.Generic.List<T>
C1.Ssrs.RplReader.Recs.RplRecs