ReportElementCollectionBase<T>.ReportElementEnumerator Class

Represents the enumerator for an inherited object of ReportElementCollectionBase<T>.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>.ReportElementEnumerator

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Class ReportElementEnumerator _
    Implements IEnumerator(Of T), IDisposable, IEnumerator
'Usage
Dim instance As ReportElementCollectionBase.ReportElementEnumerator
public class ReportElementEnumerator : IEnumerator<T>, 
    IDisposable, IEnumerator
public ref class ReportElementEnumerator : IEnumerator<T>, 
    IDisposable, IEnumerator
type ReportElementEnumerator =  
    class 
        interface IEnumerator<'T>
        interface IDisposable 
        interface IEnumerator 
    end
public class ReportElementEnumerator implements IEnumerator<T>, IDisposable, IEnumerator

The ReportElementCollectionBase<T>.ReportElementEnumerator generic type exposes the following members.

Properties

  Name Description
Public property Current Gets the current item.

Top

Methods

  Name Description
Public method Dispose Releases the unmanaged resources used by the ReportElementCollectionBase<T>.ReportElementEnumerator.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveNext Moves to the next item in the enumerator.
Public method Reset Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEnumerator.Current Infrastructure. Gets the current item.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace