The TablixCell type exposes the following members.

Constructors

  Name Description
Public method TablixCell
Initializes a new instance of the TablixCell class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another TablixCell to the current object.

Properties

  Name Description
Public property CellContents
Gets the CellContents object representing content of the cell.
Public property DataElementName
Gets or sets the name to use for the cell element.
Public property DataElementOutput
Gets or sets a value indicating whether the cell contents should appear in a data rendering.
Public property Owner
Gets the TablixCells collection containing this object.
Public property Report
Gets the C1RdlReport object containing this object.
Public property Row
Gets the TablixRow object containing this object.
Public property Tablix
Gets the Tablix object containing this object.

See Also