Compartilhar via


Método ReportElementCollectionBase<T>.ReportElementEnumerator.MoveNext

Moves to the next item in the enumerator.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Function MoveNext As Boolean
'Uso
Dim instance As ReportElementCollectionBase<T>.ReportElementEnumerator 
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

Valor de retorno

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

Implementa

IEnumerator.MoveNext()

Consulte também

Referência

ReportElementCollectionBase<T>.ReportElementEnumerator Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering