Freigeben über


ParagraphInstanceEnumerator-Klasse

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.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class ParagraphInstanceEnumerator _
    Implements IEnumerator(Of ParagraphInstance), IDisposable,  _
    IEnumerator
'Usage
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

Der ParagraphInstanceEnumerator-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Current Gets the current item.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose Releases the unmanaged resources used by the ParagraphInstanceEnumerator.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode MoveNext Moves to the next item in the enumerator.
Öffentliche Methode Reset Resets the ParagraphInstanceEnumerator to the first item.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft IEnumerator. . :: . .Current Infrastruktur

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.