[]
        
(Showing Draft Content)

C1.Ssrs.RplReader.Recs.ReportItemCollection

ReportItemCollection Class

Inheritance
ReportItemCollection
Namespace: C1.Ssrs.RplReader.Recs
Assembly: C1.Document.4.6.2.dll
Syntax
public class ReportItemCollection : KeyedCollection<string, ReportItem>, IList<ReportItem>, ICollection<ReportItem>, IList, ICollection, IReadOnlyList<ReportItem>, IReadOnlyCollection<ReportItem>, IEnumerable<ReportItem>, IEnumerable
Public Class ReportItemCollection
    Inherits KeyedCollection(Of String, ReportItem)
    Implements IList(Of ReportItem), ICollection(Of ReportItem), IList, ICollection, IReadOnlyList(Of ReportItem), IReadOnlyCollection(Of ReportItem), IEnumerable(Of ReportItem), IEnumerable

Constructors

Name Description
ReportItemCollection()

Methods

Name Description
GetKeyForItem(ReportItem)
TryGetValue(string, out ReportItem)