Centered Images on SSRS
Hope everyone had a wonderful weekend :-)
We have been breaking our heads to findout any inbuilt functionality to make the images centered on SQL Server Reporting Services (SSRS).
We had used the controls like Tables, Rectangle & TextBox, but as and when we put the image control inside above controls, the text alignment becomes disabled.
At that time we came across the blog written by Chris Hays - solution for Centered Images.
Thanks a lot for Chris Hays. The logic works well if we follow the basic rules mentioned by him. He has attached a sample .rdl file as well. That helps to refer.
We have been breaking our heads to findout any inbuilt functionality to make the images centered on SQL Server Reporting Services (SSRS).
We had used the controls like Tables, Rectangle & TextBox, but as and when we put the image control inside above controls, the text alignment becomes disabled.
At that time we came across the blog written by Chris Hays - solution for Centered Images.
Thanks a lot for Chris Hays. The logic works well if we follow the basic rules mentioned by him. He has attached a sample .rdl file as well. That helps to refer.
Comments