Partager via


Classe TablixCornerRow

Represents the list of cells in a row of the corner section of a tablix.

Hiérarchie d'héritage

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'TablixCornerCell> ) > ) >
    Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'TablixCornerCell> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'TablixCornerCell> ) > ) >
        Microsoft.ReportingServices.RdlObjectModel..::..TablixCornerRow

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class TablixCornerRow _
    Inherits RdlCollection(Of TablixCornerCell)
'Utilisation
Dim instance As TablixCornerRow
public class TablixCornerRow : RdlCollection<TablixCornerCell>
public ref class TablixCornerRow : public RdlCollection<TablixCornerCell^>
type TablixCornerRow =  
    class
        inherit RdlCollection<TablixCornerCell>
    end
public class TablixCornerRow extends RdlCollection<TablixCornerCell>

Le type TablixCornerRow expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique TablixCornerRow Creates a new instance of the TablixCornerRow class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Propriété publique Item (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Propriété protégée Items (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Propriété publique Parent The parent object. (hérité de RdlCollectionBase< (Of < ( <'T> ) > ) >.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Add (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Méthode publique Clear (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Méthode protégée ClearItems Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode publique Contains (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Méthode publique CopyTo (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEnumerator (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique IndexOf (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Méthode publique Insert (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Méthode protégée InsertItem Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnCollectionChanged Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode publique Remove (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Méthode publique RemoveAt (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Méthode protégée RemoveItem Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode protégée SetItem Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Événements

  Nom Description
Événement public CollectionChanged (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IList. . :: . .Add (hérité de RdlCollectionBase< (Of < ( <'T> ) > ) >.)
Implémentation d'interface explicitePropriété privée IList. . :: . .Item (hérité de RdlCollectionBase< (Of < ( <'T> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Contains (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface expliciteMéthode privée ICollection. . :: . .CopyTo (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IEnumerable. . :: . .GetEnumerator (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .IndexOf (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Insert (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface explicitePropriété privée IList. . :: . .IsFixedSize (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface explicitePropriété privée ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface explicitePropriété privée IList. . :: . .IsReadOnly (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface explicitePropriété privée ICollection. . :: . .IsSynchronized (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Remove (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)
Implémentation d'interface explicitePropriété privée ICollection. . :: . .SyncRoot (hérité de Collection< (Of < ( <'TablixCornerCell> ) > ) >.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.