次の方法で共有


ChartDynamicMemberInstance.MoveNext メソッド

コンテキストを次のインスタンスに移動します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Function MoveNext As Boolean
'使用
Dim instance As ChartDynamicMemberInstance 
Dim returnValue As Boolean 

returnValue = instance.MoveNext()
public bool MoveNext()
public:
bool MoveNext()
member MoveNext : unit -> bool
public function MoveNext() : boolean

戻り値

型: System.Boolean
次のインスタンスに正常に移動した場合は true、移動するインスタンスがない場合は false。

関連項目

参照

ChartDynamicMemberInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間