Textbox.Paragraphs 属性

Collection of Paragraph elements.

命名空间:  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<Paragraph>
An IList object.