Classe ReportElementCollectionBase(T).ReportElementEnumerator
Gets the enumerator for an inherited object of ReportElementCollectionBase<(Of <(<'T>)>)>.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Class ReportElementEnumerator _
Implements IEnumerator(Of T), IDisposable, IEnumerator
'Utilizzo
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
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..ReportElementCollectionBase<(Of <(<'T>)>)>..::..ReportElementEnumerator
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.