다음을 통해 공유


Paragraph.TextRuns 속성

정의

단락의 텍스트 실행을 가져오거나 설정합니다.

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

속성 값

IList<T> 개체입니다.

특성

적용 대상