Paragraphs プロパティ

段落要素のコレクション。

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

構文

'宣言
Public Property Paragraphs As IList(Of Paragraph)
    Get
    Set
'使用
Dim instance As Textbox
Dim value As IList(Of Paragraph)

value = instance.Paragraphs

instance.Paragraphs = value
public IList<Paragraph> Paragraphs { get; set; }
public:
property IList<Paragraph^>^ Paragraphs {
    IList<Paragraph^>^ get ();
    void set (IList<Paragraph^>^ value);
}
member Paragraphs : IList<Paragraph> with get, set
function get Paragraphs () : IList<Paragraph>
function set Paragraphs (value : IList<Paragraph>)

プロパティ値

型: System.Collections.Generic. . :: . .IList< (Of < ( <'Paragraph> ) > ) >
IList オブジェクトです。