次の方法で共有


Paragraph.TextRuns プロパティ

定義

段落内のテキスト ランを取得します。

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

プロパティ値

段落内のテキスト ランを表す TextRunCollection オブジェクト。

適用対象