How to center tablix on screen?
-
Tuesday, July 31, 2012 6:07 PM
Hi all,
I have a report running in sharepoint ssrs integrated mode, that is only 2 columns wide. I would like this to be centered on the user's screen, rather than flush-left. There doesn't seem to be an obvious way to achieve this with the built properties available.
My thought is to make a "hidden" column on the left side of the table, use javascript to determine the size of the user's screen, and then programmatically set the column with per the appropriate calculation, result in the "real" portion of the table being centered.
Is this feasible? And better: is there another way to achieve tablix centering?
Thanks,
sff
All Replies
-
Tuesday, July 31, 2012 6:17 PM
Do you know how many columns are there in the report? If the number of columns are dynamic, then I think you are out of luck. If the number of columns are static, please see Mike's response in the following thread:
Hope this helps!
Shahfaisal Muhammed http://shahfaisalmuhammed.blogspot.com
-
Tuesday, July 31, 2012 6:30 PM
Yah I know the number & size of tablix columns ahead of time. What I *don't* know is the size of the user's screen. I'll check the linky - thanks!
-sff

