Метод MoveNext

Moves the context to the next instance.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustOverride Function MoveNext As Boolean
'Применение
Dim instance As TablixDynamicMemberInstance
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

Возвращаемое значение

Тип System. . :: . .Boolean
true if successfully moved to the next instance; false if there is no more instance to move to.