Crystal Report 2008 导出无法将表正确导出为表,但每个项目和数据都将被导出为表。线作为对象?
我正在使用 Crystal Report 2008,但是当我以 MS Word 格式导出报告时,报告中的表不会导出为表,但表中的每一行和项目都会导出为对象。
表示您无法扩展列或行大小,否则它的行为如下
我想导出类似于 MS Word 表格中的表格,您可以增加或减少列或行的高度或宽度。
I am working with Crystal Report 2008 but when I export my report my report in MS Word format the Table in report does not exported as Table but each line and item in table is exported as object.
Means you can not extend the column or row size other wise it behave like this
I want to export the table like table as in MS Word Table that you can Increase or Decrease Column or Row Height or width.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在将水晶报表导出到word/excel时总是遇到很多问题,我总是遇到你遇到的同样的问题。
我通过将数据集(报告数据源)直接导出到excel解决了这个问题,这解决了我遇到的所有问题。
我希望这能满足您的要求。
请参阅此链接了解将数据集导出到 Excel。
I always get a lot of problems while exporting crystal report to word/excel, I always got the same problem you have encountered.
I solved that problem by exporting dataset (report datasource) directly to excel, this solved all the issues, I've encountered.
I hope if this can match your requirements.
Please refer to this link for Export a Dataset to Excel.