Freigeben über


TextRuns-Eigenschaft

Gets the text runs in the paragraph.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property TextRuns As IList(Of TextRun)
    Get
    Set
'Usage
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>)

Eigenschaftenwert

Typ: System.Collections.Generic. . :: . .IList< (Of < ( <'TextRun> ) > ) >
An IList object.