Condividi tramite


Metodo GaugeDynamicMemberInstance.MoveNext

Moves the context to the next instance.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Function MoveNext As Boolean
'Utilizzo
Dim instance As GaugeDynamicMemberInstance 
Dim returnValue As Boolean 

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

Valore restituito

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

Vedere anche

Riferimento

GaugeDynamicMemberInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering