Compartir a través de


Paragraph.TextRuns Propiedad

Gets the text runs in the paragraph.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property TextRuns As TextRunCollection 
    Get
'Uso
Dim instance As Paragraph 
Dim value As TextRunCollection 

value = instance.TextRuns
public TextRunCollection TextRuns { get; }
public:
property TextRunCollection^ TextRuns {
    TextRunCollection^ get ();
}
member TextRuns : TextRunCollection
function get TextRuns () : TextRunCollection

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TextRunCollection
A TextRunCollection object that represents the text runs in the paragraph.

Vea también

Referencia

Paragraph Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering