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

In This Topic
    ColSpan Property
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property ColSpan As Integer
    public int ColSpan {get; set;}
    See Also