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 the context to the next instance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As DataDynamicMemberInstance
Dim returnValue As Boolean
returnValue = instance.MoveNext()
public bool MoveNext()
public:
bool MoveNext()
member MoveNext : unit -> bool
public function MoveNext() : boolean
Rückgabewert
Typ: System.Boolean
true if successfully moved to the next instance; false if there is no more instance to move to.
Siehe auch
Verweis
DataDynamicMemberInstance Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace