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> オブジェクト。

属性

適用対象