Proprietà Paragraph.TextRuns

Gets or sets the text runs in the paragraph.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.IList<TextRun>
An IList object.

Vedere anche

Riferimento

Paragraph Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel