TablixRowCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une collection d'objets TablixRow.
public ref class TablixRowCollection abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TablixRow ^>
public abstract class TablixRowCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TablixRow>
type TablixRowCollection = class
inherit ReportElementCollectionBase<TablixRow>
Public MustInherit Class TablixRowCollection
Inherits ReportElementCollectionBase(Of TablixRow)
- Héritage
Champs
m_owner |
Objet Tablix qui représente le propriétaire de cette collection de lignes. |
Propriétés
Count |
Obtient le nombre d’éléments de la collection. (Hérité de ReportElementCollectionBase<T>) |
Item[Int32] |
Obtient l'élément au niveau de l'index spécifié. (Hérité de ReportElementCollectionBase<T>) |
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>) |