Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Table Cell Dynamic Height and Width

Author  Topic 

techglider
Starting Member

26 Posts

Posted - 2011-02-16 : 17:26:52
I have a table that i am generating data and adding an image as a link in. But the text for each row may make each cell's size unique. Is there any function i can call (in expression) to get the size of that cells height and width?

Reason:
I am trying to center the image in the cell. The image is static in size, so if i had the width and height of the each cell, i can pad the image accordingly..

Unless someone has an easier way to do this.
The image is being embedded into the cell.

Thanks.
   

- Advertisement -