Condividi tramite


Metodo DocumentMap.MoveNext

Moves to the next item in the document map.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride Function MoveNext As Boolean
'Utilizzo
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

Valore restituito

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

Implementa

IEnumerator.MoveNext()

Vedere anche

Riferimento

DocumentMap Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering