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.

实现

IEnumerator.MoveNext()