TablixColumnCollection Classe

Définition

Représente une collection d'objets TablixColumn.

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

Propriétés

Count

Obtient le nombre d’éléments de la collection.

Item[Int32]

Obtient l'élément au niveau de l'index spécifié.

Méthodes

GetEnumerator()

Obtient l'énumérateur de ce ReportElementCollectionBase<T>.

(Hérité de ReportElementCollectionBase<T>)

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

Obtient l'énumérateur qui itère au sein de la collection.

(Hérité de ReportElementCollectionBase<T>)

S’applique à