ReportElementInstanceCollectionBase<T> Class

Definition

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
ReportElementInstanceCollectionBase<T>
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>)

Applies to