Partager 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.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..ParagraphInstanceEnumerator

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ParagraphInstanceEnumerator _
    Implements IEnumerator(Of ParagraphInstance), IDisposable,  _
    IEnumerator
'Utilisation
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

Le type ParagraphInstanceEnumerator expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Current Gets the current item.

Haut de la page

Méthodes

  Nom Description
Méthode publique Dispose Releases the unmanaged resources used by the ParagraphInstanceEnumerator.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique MoveNext Moves to the next item in the enumerator.
Méthode publique Reset Resets the ParagraphInstanceEnumerator to the first item.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface explicitePropriété privée IEnumerator. . :: . .Current Infrastructure.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.