ReportElementInstanceCollectionBase<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for all report element instance collections.
generic <typename T>
public ref class ReportElementInstanceCollectionBase abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<T>
public abstract class ReportElementInstanceCollectionBase<T> : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>
type ReportElementInstanceCollectionBase<'T> = class
inherit ReportElementCollectionBase<'T>
Public MustInherit Class ReportElementInstanceCollectionBase(Of T)
Inherits ReportElementCollectionBase(Of T)
Type Parameters
- T
The type of the item in the collection.
- Inheritance
- Derived
Constructors
ReportElementInstanceCollectionBase<T>() |
Initializes a new instance of the ReportElementInstanceCollectionBase<T> class. |
Properties
Count |
Gets the number of items in the collection. (Inherited from ReportElementCollectionBase<T>) |
Item[Int32] |
Gets the item at the specified index. (Inherited from ReportElementCollectionBase<T>) |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |