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.

请参阅

参考

Paragraph 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间