Compartir a través de


ReportElementCollectionBase<T>.GetEnumerator Método

Gets the enumerator for this ReportElementCollectionBase<T>.

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

Sintaxis

'Declaración
Public Function GetEnumerator As IEnumerator(Of T)
'Uso
Dim instance As ReportElementCollectionBase 
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T> 
override GetEnumerator : unit -> IEnumerator<'T> 
public final function GetEnumerator() : IEnumerator<T>

Valor devuelto

Tipo: System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> object that can be used to iterate though the collection.

Implementa

IEnumerable<T>.GetEnumerator()

Vea también

Referencia

ReportElementCollectionBase<T> Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering