Classe ReportElementCollectionBase(T).ReportElementEnumerator
Gets the enumerator for an inherited object of ReportElementCollectionBase<(Of <(<'T>)>)>.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans 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
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..ReportElementCollectionBase<(Of <(<'T>)>)>..::..ReportElementEnumerator
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.