-1

I have to make a report with a fixed table size. It's pretty easy, just have to put a table and a line above it, but ssrs is moving the line and I think it's a problem of overlapping.

I set the textboxes inside the tablix to not grow.

Thats how I designed the report:

Overlapping

And that's what's rendering:
Overlapping2

Any ideas of how I can achieve that?

Community
  • 1
  • 1
wOvalle
  • 87
  • 9
  • Are you using a line object? If so, use the border setting on the column instead, this should render the way you want; select the cell in design, properties, and set borderstyle, borderwidth, bordercolor – SqlACID May 18 '14 at 00:36
  • I tried but it continue overlapping @SqlACID – wOvalle May 19 '14 at 15:48

1 Answers1

0

At the end I put all the controls into a rectangle and rendered fine.

wOvalle
  • 87
  • 9