Classe TextRunInstanceEnumerator
Gets the enumerator for an inherited object of TextRunInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class TextRunInstanceEnumerator _
Implements IEnumerator(Of TextRunInstance), IDisposable, _
IEnumerator
'Uso
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
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..TextRunInstanceEnumerator
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também