ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TablixCell Class / CellContents Property

In This Topic
    CellContents Property (TablixCell)
    In This Topic
    Gets the CellContents object representing content of the cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellContents As CellContents
    public CellContents 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