Partilhar via


Propriedade do RDL Paragraph.TextRuns

Gets the text runs in the paragraph.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Paragraph Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering