Gets the CellContents object representing content of the cell.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public CellContents CellContents { get; }
Visual Basic
Public ReadOnly Property CellContents As CellContents
	Get

Remarks

Page breaks in a ReportItem are ignored if the Tablix has any row headers, any dynamic column groups or more than one column. Must be omitted if the position in the body is covered by a span from another cell. Required otherwise.

See Also