共用方式為


TextRuns 屬性

Gets the text runs in the paragraph.

命名空間:  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> ) > ) >
An IList object.