다음을 통해 공유


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 네임스페이스