Свойство ParagraphInstance.TextRunInstances
Gets the calculated value of the TextRuns property in a Paragraph class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property TextRunInstances As TextRunInstanceCollection
Get
'Применение
Dim instance As ParagraphInstance
Dim value As TextRunInstanceCollection
value = instance.TextRunInstances
public TextRunInstanceCollection TextRunInstances { get; }
public:
property TextRunInstanceCollection^ TextRunInstances {
TextRunInstanceCollection^ get ();
}
member TextRunInstances : TextRunInstanceCollection
function get TextRunInstances () : TextRunInstanceCollection
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceCollection
A TextRunInstanceCollection value that represents the calculated value of the TextRuns property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering