Sql Server Report 导出到EXCEL 指定行高

  在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".

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。