Paragraph クラス

テキスト ボックス内のテキストの段落を表し、TextRun 要素のコレクションを格納します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Class Paragraph _
    Inherits ReportElement _
    Implements IParagraphProps
'使用
Dim instance As Paragraph
public class Paragraph : ReportElement, IParagraphProps
public ref class Paragraph : public ReportElement, 
    IParagraphProps
type Paragraph =  
    class
        inherit ReportElement
        interface IParagraphProps
    end
public class Paragraph extends ReportElement implements IParagraphProps

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。