ParagraphInstanceEnumerator Class

Definition

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.

public ref class ParagraphInstanceEnumerator sealed : System::Collections::Generic::IEnumerator<Microsoft::ReportingServices::OnDemandReportRendering::ParagraphInstance ^>
public sealed class ParagraphInstanceEnumerator : System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance>
type ParagraphInstanceEnumerator = class
    interface IEnumerator<ParagraphInstance>
    interface IDisposable
    interface IEnumerator
Public NotInheritable Class ParagraphInstanceEnumerator
Implements IEnumerator(Of ParagraphInstance)
Inheritance
ParagraphInstanceEnumerator
Implements

Properties

Current

Gets the current item.

Methods

Dispose()

Releases the unmanaged resources used by the ParagraphInstanceEnumerator.

MoveNext()

Moves to the next item in the enumerator.

Reset()

Resets the ParagraphInstanceEnumerator to the first item.

Explicit Interface Implementations

IEnumerator.Current

Gets the current element for the ParagraphInstanceEnumerator object.

Applies to