Compartir a través de


Paragraph.TextRuns Propiedad

Gets or sets the text runs in the paragraph.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property TextRuns As IList(Of TextRun)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

Paragraph Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel