ReportElementCollectionBase<T> Members
Include Protected Members
Include Inherited Members
Represents the base class for all report element collections.
The ReportElementCollectionBase<T> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | Gets the enumerator for this ReportElementCollectionBase<T>. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. |
![]() |
Item[Int32] | Gets the item at the specified index. |
Top