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.
The answer was to select all the cells, right click and choose merge cells.
To do this using markup, try:
<TablixCell>
<CellContents>
<Rectangle Name="Rectangle1">
...
</Rectangle>
<ColSpan>2</ColSpan>
</CellContents>
</TablixCell>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With