Свойство Paragraph.TextRuns
Gets the text runs in the paragraph.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property TextRuns As TextRunCollection
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.TextRunCollection
A TextRunCollection object that represents the text runs in the paragraph.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering