Partager via


Propriété TextRuns

Gets the text runs in the paragraph.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TextRuns As IList(Of TextRun)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

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