次の方法で共有


TextRunCollection クラス

TextRun オブジェクトのコレクションを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class TextRunCollection _
    Inherits ReportElementCollectionBase(Of TextRun)
'使用
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>

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'TextRun> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..TextRunCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。