ParagraphInstanceEnumerator Class

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.

Inheritance Hierarchy

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

The ParagraphInstanceEnumerator type exposes the following members.

Properties

  Name Description
Public property Current Gets the current item.

Top

Methods

  Name Description
Public method Dispose Releases the unmanaged resources used by the ParagraphInstanceEnumerator.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method MoveNext Moves to the next item in the enumerator.
Public method Reset Resets the ParagraphInstanceEnumerator to the first item.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEnumerator.Current Infrastructure. Gets the current item in the collection.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace