TextRunInstanceEnumerator-Klasse
Defines the enumerator for an inherited object of TextRunInstance.
Vererbungshierarchie
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
Der TextRunInstanceEnumerator-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Current | Gets the current item. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Dispose | Releases all resources used by the current instance of the TextRunInstanceEnumerator class. | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MoveNext | Moves to the next item in the enumerator. | |
Reset | Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item. | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerator.Current | Infrastruktur Gets the current item in the enumerator. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace