ChartDynamicMemberInstance.MoveNext Method

Moves the context to the next instance.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride Function MoveNext As Boolean
'Usage
Dim instance As ChartDynamicMemberInstance
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

Return Value

Type: System.Boolean
true if successfully moved to the next instance; false if there is no more instance to move to.