次の方法で共有


TextBox.Paragraphs プロパティ

段落要素のコレクションを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Paragraphs As ParagraphCollection 
    Get
'使用
Dim instance As TextBox 
Dim value As ParagraphCollection 

value = instance.Paragraphs
public ParagraphCollection Paragraphs { get; }
public:
property ParagraphCollection^ Paragraphs {
    ParagraphCollection^ get ();
}
member Paragraphs : ParagraphCollection
function get Paragraphs () : ParagraphCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphCollection
ParagraphCollection オブジェクト。

関連項目

参照

TextBox クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間