Metodo ReportElementCollectionBase<T>.GetEnumerator
Gets the enumerator for this ReportElementCollectionBase<T>.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Function GetEnumerator As IEnumerator(Of T)
'Utilizzo
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>
Valore restituito
Tipo: System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> object that can be used to iterate though the collection.
Implementa
IEnumerable<T>.GetEnumerator()
Vedere anche
Riferimento
ReportElementCollectionBase<T> Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering