TextRunInstanceEnumerator.MoveNext 方法

Moves to the next item in the enumerator.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Function MoveNext As Boolean
用法
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

返回值

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

实现

IEnumerator.MoveNext()

请参阅

参考

TextRunInstanceEnumerator 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间