Partager via


Propriété Paragraph.TextRuns

Gets the text runs in the paragraph.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TextRuns As TextRunCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Paragraph Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering