Compartilhar via


Método ChartDynamicMemberInstance.MoveNext

Moves the context to the next instance.

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

Sintaxe

'Declaração
Public Function MoveNext As Boolean
'Uso
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

Valor de retorno

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

Consulte também

Referência

ChartDynamicMemberInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering