StyleEnumerator.MoveNext Method

Advances the enumerator to the next element of the collection.

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public Function MoveNext As Boolean
public bool MoveNext ()
public:
virtual bool MoveNext () sealed
public final boolean MoveNext ()
public final function MoveNext () : boolean

Возвращаемое значение

Returns a Boolean indicting if the method call was successful. A value of true indicates the enumerator was successfully advanced to the next element; false indicates the enumerator has passed the end of the collection.

Замечания

Добавления:5 декабря 2005 г.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

StyleEnumerator Class
StyleEnumerator Members
Microsoft.ReportingServices.ReportRendering Namespace