TextRunInstanceEnumerator Class
Defines the enumerator for an inherited object of TextRunInstance.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceEnumerator
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class TextRunInstanceEnumerator _
Implements IEnumerator(Of TextRunInstance), IDisposable, _
IEnumerator
'Usage
Dim instance As TextRunInstanceEnumerator
public sealed class TextRunInstanceEnumerator : IEnumerator<TextRunInstance>,
IDisposable, IEnumerator
public ref class TextRunInstanceEnumerator sealed : IEnumerator<TextRunInstance^>,
IDisposable, IEnumerator
[<SealedAttribute>]
type TextRunInstanceEnumerator =
class
interface IEnumerator<TextRunInstance>
interface IDisposable
interface IEnumerator
end
public final class TextRunInstanceEnumerator implements IEnumerator<TextRunInstance>, IDisposable, IEnumerator
The TextRunInstanceEnumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Current | Gets the current item. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Releases all resources used by the current instance of the TextRunInstanceEnumerator class. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MoveNext | Moves to the next item in the enumerator. |
![]() |
Reset | Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerator.Current | Infrastructure. Gets the current item in the enumerator. |
Top
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace