[]
Represents the list of strong named report objects.
public abstract class ReportObjectNamedList<TItem> : ReportObjectList<TItem>, ICollection<TItem>, IEnumerable<TItem>, IList, ICollection, IEnumerable where TItem : StrongNamedReportObject
Public MustInherit Class ReportObjectNamedList(Of TItem As StrongNamedReportObject)
Inherits ReportObjectList(Of TItem)
Implements ICollection(Of TItem), IEnumerable(Of TItem), IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| TItem | The type of elements in the collection. |
| Name | Description |
|---|---|
| ReportObjectNamedList() |