次の方法で共有


TextRunInstanceEnumerator.MoveNext メソッド

列挙子の次のアイテムに移動します。

名前空間:  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、移動するアイテムがない場合は false。

実装

IEnumerator.MoveNext()

関連項目

参照

TextRunInstanceEnumerator クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間