TablixCornerRow 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 la liste des cellules dans une ligne de la section d’angle d’un tablix.
public ref class TablixCornerRow sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TablixCornerCell ^>
public sealed class TablixCornerRow : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerCell>
type TablixCornerRow = class
inherit ReportElementCollectionBase<TablixCornerCell>
Public NotInheritable Class TablixCornerRow
Inherits ReportElementCollectionBase(Of TablixCornerCell)
- Héritage
Propriétés
| Nom | Description |
|---|---|
| Count |
Ça obtient le nombre de lignes dans le coin tablix. |
| Item[Int32] |
Obtient une cellule de coin tablix à 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>) |