Langue

TextRunCollection Classe

Définition

Représente une collection d’objets TextRun .

public ref class TextRunCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^>
public sealed class TextRunCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TextRun>
type TextRunCollection = class
    inherit ReportElementCollectionBase<TextRun>
Public NotInheritable Class TextRunCollection
Inherits ReportElementCollectionBase(Of TextRun)
Héritage

Propriétés

Nom Description
Count

Obtient le nombre d'éléments dans la collection.

Item[Int32]

Obtient l’élément à l’index spécifié.

Méthodes

Nom Description
GetEnumerator()

On obtient l’énumérateur pour cela ReportElementCollectionBase<T>.

(Hérité de ReportElementCollectionBase<T>)

Implémentations d’interfaces explicites

Nom Description
IEnumerable.GetEnumerator()

Ça obtient l’énumérateur qui itère dans la collection.

(Hérité de ReportElementCollectionBase<T>)

S’applique à