标签: excel reporting-services formatting ssrs-2008 export-to-excel
我有一份SSRS 2008报告,它在SSRS中正确显示了TextBox及其内容,但当我尝试将其导出到Excel 2010时,数据被截断,如下所示:
http://imgur.com/49xLlRc
我确保此文本框的CanGrow属性设置为True:
http://imgur.com/MHxlhpq,paGR3aD
答案 0 :(得分:1)
在Google重新提问后,我找到了一个解决方案: SSRS doesn't honor the CanGrow Property when Exporting to Excel
感谢。