Classe ReportElementCollectionBase(T).ReportElementEnumerator
Gets the enumerator for an inherited object of ReportElementCollectionBase<(Of <(<'T>)>)>.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..ReportElementCollectionBase<(Of <(<'T>)>)>..::..ReportElementEnumerator
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Class ReportElementEnumerator _
Implements IEnumerator(Of T), IDisposable, IEnumerator
'Utilisation
Dim instance As ReportElementCollectionBase.ReportElementEnumerator
public class ReportElementEnumerator : IEnumerator<T>,
IDisposable, IEnumerator
public ref class ReportElementEnumerator : IEnumerator<T>,
IDisposable, IEnumerator
type ReportElementEnumerator =
class
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
end
public class ReportElementEnumerator implements IEnumerator<T>, IDisposable, IEnumerator
Le type générique ReportElementCollectionBase<(Of <(<'T>)>)>..::..ReportElementEnumerator expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Dispose | Releases the unmanaged resources used by the ReportElementCollectionBase<(Of <(<'T>)>)>..::..ReportElementEnumerator. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
MoveNext | Moves to the next item in the enumerator. | |
Reset | Resets the ReportElementCollectionBase<(Of <(<'T>)>)>..::..ReportElementEnumerator to the first item. | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IEnumerator. . :: . .Current | Infrastructure. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.