Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Moves to the next item in the enumerator.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As TextRunInstanceEnumerator
Dim returnValue As Boolean
returnValue = instance.MoveNext()
public bool MoveNext()
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
public final function MoveNext() : boolean
Rückgabewert
Typ: System.Boolean
true if successfully moved to the next item; false if there is no more item to move to.
Implementiert
Siehe auch
Verweis
TextRunInstanceEnumerator Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace