向我的客户分发水晶报告
如何向我的客户分发水晶报表?实际上,我有一个基于 c#.net 和 sql server 作为数据库构建的软件,并且我使用水晶报表进行报告。现在我希望当我将我的软件提供给客户时,很明显也会提供水晶报告。那么如何做到这一点呢?我必须在客户电脑上下载水晶报告吗?请帮忙
how to distribute crystal reports to my customers? actually , i have a software built on c#.net and sql server as database and i have used crystal reports for reporting. now i want that when i give my software to my customers then its obvious that the crystal reports would also be given . so how to do this? do i have to download crystal reports on the customers PCs or else? please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须根据以下内容下载并安装Crystal Report Runtime您的应用程序所使用的 Visual Studio 版本以及目标 PC 的类型(32 或 64 位)。
然后在每台电脑上手动安装或使用安装程序以编程方式安装。
You have to download and install Crystal Report Runtime according to Visual Studio version your application is made with and the type of destination PC (32 or 64bit).
Then install it manually on every PC or programmatically using a setup.
您应该在每台客户端计算机上都有一个 crystal reports 运行时 - 使用 crystal 后,您应该在其目录中的某个位置找到要包含在包中的运行时安装程序
You should have a crystal reports runtime on each client machine - having used crystal you should find somewhere in its directories the runtime installer to include in the package