共用方式為


Textbox.Paragraphs 屬性

Gets or sets the 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>
The collection of Paragraph elements.

請參閱

參考

Textbox 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間