ReportElementCollectionBase<T>.ReportElementEnumerator.MoveNext Method
Moves to the next item in the enumerator.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As ReportElementCollectionBase<T>.ReportElementEnumerator
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 item; false if there is no more item to move to.
Implements
See Also
Reference
ReportElementCollectionBase<T>.ReportElementEnumerator Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace