共用方式為


ChartDynamicMemberInstance.MoveNext 方法

Moves the context to the next instance.

命名空間:  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 if successfully moved to the next instance; false if there is no more instance to move to.

請參閱

參考

ChartDynamicMemberInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間