Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets an enumerator that iterates through the collection.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Function GetEnumerator As IEnumerator(Of T)
'Utilisation
Dim instance As ChartObjectCollectionBase
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
public final function GetEnumerator() : IEnumerator<T>
Valeur de retour
Type : System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> object that can be used to enumerate through the collection.
Implémente
IEnumerable<T>.GetEnumerator()
Voir aussi
Référence
ChartObjectCollectionBase<T, U> Classe
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering