Partager via


Méthode MoveNext

Moves to the next item in the document map.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride Function MoveNext As Boolean
'Utilisation
Dim instance As DocumentMap
Dim returnValue As Boolean

returnValue = instance.MoveNext()
public abstract bool MoveNext()
public:
virtual bool MoveNext() abstract
abstract MoveNext : unit -> bool 
public abstract function MoveNext() : boolean

Valeur de retour

Type : System. . :: . .Boolean
true if successfully moved to the next item; false if there are no more items to move to.

Implémente

IEnumerator. . :: . .MoveNext() () () ()