Paragraph.TextRuns Property

Definition

Gets the text runs in the paragraph.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::TextRunCollection ^ TextRuns { Microsoft::ReportingServices::OnDemandReportRendering::TextRunCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.TextRunCollection TextRuns { get; }
member this.TextRuns : Microsoft.ReportingServices.OnDemandReportRendering.TextRunCollection
Public ReadOnly Property TextRuns As TextRunCollection

Property Value

A TextRunCollection object that represents the text runs in the paragraph.

Applies to