首页 > 数据库技术 > 详细

Sql Server Report 导出到EXCEL 指定行高

时间:2015-01-26 11:45:09      阅读:362      评论:0      收藏:0      [点我收藏+]

  在SQL SERVER REPORT 2005做报表的时候,发现在report中指定的行高没有用。google了一下,找到了解决方法。

 Make both CanGrow and CanShrink are False for all of the cells in the row.  This is because Excel itself doesn‘t really have a concept of CanGrow and CanShrink - rather, all it can do is 1) keep row heights at a static value (which it will do if both of those properties are False), or 2) "snap to fit".

Sql Server Report 导出到EXCEL 指定行高

原文:http://www.cnblogs.com/bigguai/p/4249631.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!