Is their some sort of colspan equivalent for the RDLC markup? I of course tried colspan and the report doesn't render in design view then, deserialaztion error. The project and zipfile are much longer than the single column to display.
Asked
Active
Viewed 4,388 times
2 Answers
1
To do this using markup, try:
<TablixCell>
<CellContents>
<Rectangle Name="Rectangle1">
...
</Rectangle>
<ColSpan>2</ColSpan>
</CellContents>
</TablixCell>

ZeroGravityChimp
- 61
- 3