ParagraphInstanceEnumerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |