How do I add rulers through the entirety of the document in SSRS

443 Views Asked by At

How do I insert a ruler into SSRS report file?

Not just the rulers on the top/side of the page but a line going through the entirety of the file (vertically and horizontally).

Something like this --

enter image description here

2

There are 2 best solutions below

0
StevenWhite On BEST ANSWER

There's no built-in function to do this specifically, but there are some ways to achieve a similar result. Here are some ideas to try:

  • Insert an image of the ruler.
  • Insert some 1-inch rectangles.

I find it helpful to adjust the positions of objects using the Location values rather than dragging them around. It helps to have nicely rounded values for formatting especially if you plan to export to Excel so the cells line up nicely.

0
Hannover Fist On

You can use a Background Image of a ruler in the Background property of the report's Body.

enter image description here

I haven't actually done this but see no reason why it wouldn't work as you would want it to.