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

相关文章:

  • 2021-12-30
  • 2021-12-04
  • 2021-12-04
猜你喜欢
  • 2021-10-24
  • 2021-12-04
  • 2021-05-30
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2021-09-27
相关资源
相似解决方案