2012-06-07 42 views
2

它们是RDLC标记的某种类似的colspan吗?我当然尝试了colspan,然后报告没有在设计视图中渲染,然后出现错误。该项目和zipfile比要显示的单个列要长得多。RDLC tablix colspan等价物

enter image description here

回答

5

答案是选择所有单元格,右击并选择合并单元格。

0

要做到这一点使用标记,请尝试:

<TablixCell> 
    <CellContents> 
    <Rectangle Name="Rectangle1"> 
    ... 
    </Rectangle> 
    <ColSpan>2</ColSpan> 
    </CellContents> 
</TablixCell>