Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我试图导出crystalreport到worddocument然后我点击了该段落时,它显示了该段落的边框。
crystalreport
worddocument
请建议。
Crystal 报表将每个文本对象导出为 word 中的文本框,因此它将始终为每个段落或文本插入多个文本框。如果你想运行带有设置的文本,那么你必须编写代码来生成这个 word 文件。