TextRunInstanceEnumerator 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.
Defines the enumerator for an inherited object of TextRunInstance.
public ref class TextRunInstanceEnumerator sealed : System::Collections::Generic::IEnumerator<Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^>
public sealed class TextRunInstanceEnumerator : System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
type TextRunInstanceEnumerator = class
interface IEnumerator<TextRunInstance>
interface IDisposable
interface IEnumerator
Public NotInheritable Class TextRunInstanceEnumerator
Implements IEnumerator(Of TextRunInstance)
- Inheritance
-
TextRunInstanceEnumerator
- Implements
Properties
Current |
Gets the current item. |
Methods
Dispose() |
Releases all resources used by the current instance of the TextRunInstanceEnumerator class. |
MoveNext() |
Moves to the next item in the enumerator. |
Reset() |
Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item. |
Explicit Interface Implementations
IEnumerator.Current |
Gets the current element in the collection. |