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