ParagraphInstanceEnumerator Class
Updated: February 25, 2016
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.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the current item. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the unmanaged resources used by the ParagraphInstanceEnumerator. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MoveNext() | Moves to the next item in the enumerator. |
![]() | Reset() | Resets the ParagraphInstanceEnumerator to the first item. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerator::Current | Gets the current element for the ParagraphInstanceEnumerator object. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



