Classe TextRunInstanceEnumerator
Gets the enumerator for an inherited object of TextRunInstance.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class TextRunInstanceEnumerator _
Implements IEnumerator(Of TextRunInstance), IDisposable, _
IEnumerator
'Utilizzo
Dim instance As TextRunInstanceEnumerator
public sealed class TextRunInstanceEnumerator : IEnumerator<TextRunInstance>,
IDisposable, IEnumerator
public ref class TextRunInstanceEnumerator sealed : IEnumerator<TextRunInstance^>,
IDisposable, IEnumerator
[<SealedAttribute>]
type TextRunInstanceEnumerator =
class
interface IEnumerator<TextRunInstance>
interface IDisposable
interface IEnumerator
end
public final class TextRunInstanceEnumerator implements IEnumerator<TextRunInstance>, IDisposable, IEnumerator
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..TextRunInstanceEnumerator
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.
Vedere anche