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


In This Topic
    CellContents Class Members
    In This Topic

    The following tables list the members exposed by CellContents.

    Public Properties
     NameDescription
    Public PropertyGets or sets the number of columns this cell spans.

    Default: 1.

    Must be 1 for CellContents inside TablixCell unless all column groups are static between the spanned cells and the common ancestor of those cells.

    Ignored for CellContents inside TablixHeader.  
    Public PropertyGets the C1RdlReport object containing this object.  
    Public PropertyGets or sets the ReportItem object within the current cell. The Top, Left, Height and Width for this ReportItem are ignored. The position is taken to be 0, 0 and the size to be 100%, 100%.  
    Public PropertyGets or sets the number of rows this cell spans.

    Default: 1.

    Must be 1 for CellContents inside TablixCell.

    Ignored for CellContents inside TablixHeader.  
    Public PropertyGets the Tablix object containing this object.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another CellContents to the current object. The value of the ReportItem property is copied by value, i.e. a copy of the ReportItem is created and assigned to that property on the current object.  
    Top
    See Also