Share via


Paragraph.TextRuns Propriété

Définition

Obtient ou définit les séquences de texte dans le paragraphe.

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)

Valeur de propriété

Objet IList<T>.

Attributs

S’applique à