Classe ReportElementCollectionBase(T).ReportElementEnumerator

Gets the enumerator for an inherited object of ReportElementCollectionBase<(Of <(<'T>)>)>.

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

Sintaxe

'Declaração
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

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..ReportElementCollectionBase<(Of <(<'T>)>)>..::..ReportElementEnumerator

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.