Gets the CellContents object containing the 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 this ReportItem are ignored. Must be omitted if the position in the corner is covered by a span from another cell. Required otherwise.

See Also