ParagraphInstanceEnumerator Class

Gets the enumerator for an inherited object of ParagraphInstance.

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceEnumerator

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.