Paragraph.TextRuns Property

Definition

Gets or sets the text runs in the paragraph.

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)

Property Value

An IList<T> object.

Attributes

Applies to