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 | |
---|---|---|
Current | Gets the current item. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Dispose | Releases the unmanaged resources used by the ReportElementCollectionBase<T>.ReportElementEnumerator. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
MoveNext | Moves to the next item in the enumerator. | |
Reset | Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item. | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
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