TextRuns プロパティ

段落内のテキスト ランを取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property TextRuns As IList(Of TextRun)
    Get
    Set
'使用
Dim instance As Paragraph
Dim value As IList(Of TextRun)

value = instance.TextRuns

instance.TextRuns = value
public IList<TextRun> TextRuns { get; set; }
public:
property IList<TextRun^>^ TextRuns {
    IList<TextRun^>^ get ();
    void set (IList<TextRun^>^ value);
}
member TextRuns : IList<TextRun> with get, set
function get TextRuns () : IList<TextRun>
function set TextRuns (value : IList<TextRun>)

プロパティ値

型: System.Collections.Generic. . :: . .IList< (Of < ( <'TextRun> ) > ) >
IList オブジェクトです。