共用方式為


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 命名空間