问题
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