Share via


TablixCornerRow Members

Include Protected Members
Include Inherited Members

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

The TablixCornerRow type exposes the following members.

Constructors

  Name Description
Public method TablixCornerRow() Creates a new instance of the TablixCornerRow class.

Top

Methods

  Name Description
Public method Add(T) (Inherited from Collection<TablixCornerCell>.)
Public method Clear() (Inherited from Collection<TablixCornerCell>.)
Protected method ClearItems() Infrastructure. (Inherited from RdlCollection<T>.)
Public method Contains(T) (Inherited from Collection<TablixCornerCell>.)
Public method CopyTo(array<T[], Int32) (Inherited from Collection<TablixCornerCell>.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() (Inherited from Collection<TablixCornerCell>.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method IndexOf(T) (Inherited from Collection<TablixCornerCell>.)
Public method Insert(Int32, T) (Inherited from Collection<TablixCornerCell>.)
Protected method InsertItem(Int32, T) Infrastructure. (Inherited from RdlCollection<T>.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnCollectionChanged(EventArgs) Infrastructure. (Inherited from RdlCollection<T>.)
Public method Remove(T) (Inherited from Collection<TablixCornerCell>.)
Public method RemoveAt(Int32) (Inherited from Collection<TablixCornerCell>.)
Protected method RemoveItem(Int32) Infrastructure. (Inherited from RdlCollection<T>.)
Protected method SetItem(Int32, T) Infrastructure. (Inherited from RdlCollection<T>.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count (Inherited from Collection<TablixCornerCell>.)
Public property Item[Int32] (Inherited from Collection<TablixCornerCell>.)
Protected property Items (Inherited from Collection<TablixCornerCell>.)
Public property Parent The parent object. (Inherited from RdlCollectionBase<T>.)

Top

Events

  Name Description
Public event CollectionChanged (Inherited from RdlCollection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add(Object) (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate property IList.Item[Int32] (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate method IList.Contains(Object) (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate method ICollection.CopyTo(Array, Int32) (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator() (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate method IList.IndexOf(Object) (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate method IList.Insert(Int32, Object) (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate method IList.Remove(Object) (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<TablixCornerCell>.)

Top