Classe ReportElementCollectionBase<T>.ReportElementEnumerator
Represents the enumerator for an inherited object of ReportElementCollectionBase<T>.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>.ReportElementEnumerator
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
O tipo genérico ReportElementCollectionBase<T>.ReportElementEnumerator expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Current | Gets the current item. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Dispose | Releases the unmanaged resources used by the ReportElementCollectionBase<T>.ReportElementEnumerator. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
MoveNext | Moves to the next item in the enumerator. | |
Reset | Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item. | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerator.Current | Infraestrutura. Gets the current item. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering