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 --
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 --
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:
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.
You can use a Background Image of a ruler in the Background property of the report's Body.
I haven't actually done this but see no reason why it wouldn't work as you would want it to.