共用方式為


Paragraph.TextRuns 屬性

Gets or sets 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<TextRun>
An IList object.

請參閱

參考

Paragraph 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間