Compartir a través de


Clase ReportElementCollectionBase<T>.ReportElementEnumerator

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Class ReportElementEnumerator _
    Implements IEnumerator(Of T), IDisposable, IEnumerator
'Uso
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

El tipo genérico ReportElementCollectionBase<T>.ReportElementEnumerator expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Current Gets the current item.

Arriba

Métodos

  Nombre Descripción
Método público Dispose Releases the unmanaged resources used by the ReportElementCollectionBase<T>.ReportElementEnumerator.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público MoveNext Moves to the next item in the enumerator.
Método público Reset Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IEnumerator.Current Infraestructura. Gets the current item.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering