Метод DocumentMap.MoveNext
Moves to the next item in the document map.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride Function MoveNext As Boolean
'Применение
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
Возвращаемое значение
Тип: System.Boolean
true if successfully moved to the next item; false if there are no more items to move to.
Реализует
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering