Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Moves to the next item in the enumerator.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Function MoveNext As Boolean
'Uso
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
Valor devuelto
Tipo: System.Boolean
true if successfully moved to the next item; false if there is no more item to move to.
Implementa
Vea también
Referencia
TextRunInstanceEnumerator Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering