Del via


TablixCornerRow Class

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class TablixCornerRow _
    Inherits RdlCollection(Of TablixCornerCell)
'Usage
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>

The TablixCornerRow type exposes the following members.

Constructors

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

Top

Properties

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

Top

Methods

  Name Description
Public method Add (Inherited from Collection<TablixCornerCell>.)
Public method Clear (Inherited from Collection<TablixCornerCell>.)
Protected method ClearItems Infrastructure. (Inherited from RdlCollection<T>.)
Public method Contains (Inherited from Collection<TablixCornerCell>.)
Public method CopyTo (Inherited from Collection<TablixCornerCell>.)
Public method Equals (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 (Inherited from Collection<TablixCornerCell>.)
Public method Insert (Inherited from Collection<TablixCornerCell>.)
Protected method InsertItem Infrastructure. (Inherited from RdlCollection<T>.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCollectionChanged Infrastructure. (Inherited from RdlCollection<T>.)
Public method Remove (Inherited from Collection<TablixCornerCell>.)
Public method RemoveAt (Inherited from Collection<TablixCornerCell>.)
Protected method RemoveItem Infrastructure. (Inherited from RdlCollection<T>.)
Protected method SetItem Infrastructure. (Inherited from RdlCollection<T>.)
Public method ToString (Inherited from Object.)

Top

Events

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

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate method IList.Insert (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 (Inherited from Collection<TablixCornerCell>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<TablixCornerCell>.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.