Classe TextRunCollection
Represents a collection of TextRun objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class TextRunCollection _
Inherits ReportElementCollectionBase(Of TextRun)
'Utilizzo
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>
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'TextRun> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..TextRunCollection
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