Change SSRS Report Column width and Height based on Excel Units?

旧时模样 提交于 2019-12-11 19:46:58

问题


I have a criteria where the column width and height should be based on Excel Column Height and width

If I go to Excel and Check Row Height - 12.75

                                         Column Width - 28

How to set up the Height and width of the column in INCHES in SSRS REPORT based on above values?

Is Excel measured as UNITS? If so do we have a conversion tool to identify?

Thanks in Advance


回答1:


Excel measurements are in Points. You can specify SSRS measurements in points e.g. 12.75pt. The doco recommends using whole points.

http://msdn.microsoft.com/en-us/library/dd255234.aspx




回答2:


The absolute value (default) in Excel for height is in units of points and for column width is in number of characters



来源:https://stackoverflow.com/questions/23506501/change-ssrs-report-column-width-and-height-based-on-excel-units

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!