TablixCornerRow Class

Definition

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

public ref class TablixCornerRow : Microsoft::ReportingServices::RdlObjectModel::RdlCollection<Microsoft::ReportingServices::RdlObjectModel::TablixCornerCell ^>
public class TablixCornerRow : Microsoft.ReportingServices.RdlObjectModel.RdlCollection<Microsoft.ReportingServices.RdlObjectModel.TablixCornerCell>
type TablixCornerRow = class
    inherit RdlCollection<TablixCornerCell>
Public Class TablixCornerRow
Inherits RdlCollection(Of TablixCornerCell)
Inheritance

Constructors

TablixCornerRow()

Creates a new instance of the TablixCornerRow class.

Properties

Parent

Gets or sets the parent object.

(Inherited from RdlCollectionBase<T>)

Methods

ClearItems()

Removes all the items in the collection.

(Inherited from RdlCollection<T>)
InsertItem(Int32, T)

Inserts an item in the collection.

(Inherited from RdlCollection<T>)
OnCollectionChanged(EventArgs)

Raises the CollectionChanged event.

(Inherited from RdlCollection<T>)
RemoveItem(Int32)

Removes an item from the collection.

(Inherited from RdlCollection<T>)
SetItem(Int32, T)

Replaces an item in the collection.

(Inherited from RdlCollection<T>)

Events

CollectionChanged

Occurs when the collection has been changed.

(Inherited from RdlCollection<T>)

Explicit Interface Implementations

IList.Add(Object)

Adds an object to the end of the collection.

(Inherited from RdlCollectionBase<T>)
IList.Item[Int32]

Gets or sets the element at the specified index.

(Inherited from RdlCollectionBase<T>)

Applies to