Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TablixCornerCell Class / CellContents Property

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