Compartilhar via


Classe ParagraphInstanceEnumerator

Gets the enumerator for an inherited object of ParagraphInstance. The enumerator may contain both instance objects compiled from HTML tags and instance objects for paragraphs defined directly in the report.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceEnumerator

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

Sintaxe

'Declaração
Public NotInheritable Class ParagraphInstanceEnumerator _
    Implements IEnumerator(Of ParagraphInstance), IDisposable,  _
    IEnumerator
'Uso
Dim instance As ParagraphInstanceEnumerator
public sealed class ParagraphInstanceEnumerator : IEnumerator<ParagraphInstance>, 
    IDisposable, IEnumerator
public ref class ParagraphInstanceEnumerator sealed : IEnumerator<ParagraphInstance^>, 
    IDisposable, IEnumerator
[<SealedAttribute>]
type ParagraphInstanceEnumerator =  
    class 
        interface IEnumerator<ParagraphInstance>
        interface IDisposable 
        interface IEnumerator 
    end
public final class ParagraphInstanceEnumerator implements IEnumerator<ParagraphInstance>, IDisposable, IEnumerator

O tipo ParagraphInstanceEnumerator expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Current Gets the current item.

Início

Métodos

  Nome Descrição
Método público Dispose Releases the unmanaged resources used by the ParagraphInstanceEnumerator.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público MoveNext Moves to the next item in the enumerator.
Método público Reset Resets the ParagraphInstanceEnumerator to the first item.
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasPropriedade privada IEnumerator.Current Infraestrutura. Gets the current item in the collection.

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