Classe TextRunInstanceCollection
Represents a collection of StateIndicator objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class TextRunInstanceCollection _
Implements IEnumerable(Of TextRunInstance), IEnumerable
'Uso
Dim instance As TextRunInstanceCollection
public sealed class TextRunInstanceCollection : IEnumerable<TextRunInstance>,
IEnumerable
public ref class TextRunInstanceCollection sealed : IEnumerable<TextRunInstance^>,
IEnumerable
[<SealedAttribute>]
type TextRunInstanceCollection =
class
interface IEnumerable<TextRunInstance>
interface IEnumerable
end
public final class TextRunInstanceCollection implements IEnumerable<TextRunInstance>, IEnumerable
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..TextRunInstanceCollection
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