Textbox.Paragraphs 속성

정의

Paragraph 요소의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Paragraph ^> ^ Paragraphs { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Paragraph ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Paragraph ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Paragraph>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Paragraph> Paragraphs { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.Paragraph>))>]
member this.Paragraphs : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Paragraph> with get, set
Public Property Paragraphs As IList(Of Paragraph)

속성 값

Paragraph 요소의 컬렉션입니다.

특성

적용 대상