Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves the context to the next instance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As MapDynamicMemberInstance
Dim returnValue As Boolean
returnValue = instance.MoveNext()
public bool MoveNext()
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
public final 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.
See Also
Reference
MapDynamicMemberInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace