I am stuck building reports that will be generated by a custom application using the Crystal Reports 9.1.5 that comes with Visual Studio 2003. In addition to the editor being one of the most infuriating things I've ever had to work with I am also constantly hounded by the various gotchas having to do with their code generation engine.
我很难构建使用Visual Studio 2003附带的Crystal Reports 9.1.5自定义应用程序生成的报告。除了编辑器是我曾经使用过的最令人生气的事情之一,我也是不断受到与代码生成引擎有关的各种问题的影响。
Does anyone know of the existence of some sort of tutorial that will explain to me how all this works so it doesn't feel so much like I'm groping around in the dark?
有没有人知道某种教程的存在会向我解释这一切是如何工作的,所以感觉不像我在黑暗中摸索?
2 个解决方案
#1
1
Not sure why you're stuck with that version of CR. If you can at all upgrade to at least CR XI developer edition, you'll be better off. Integrating them into your VS projects is a bit kludgy, but you can try this blog for starters: http://weblogs.asp.net/jgaylord/archive/2007/01/24/crystal-reports-merge-modules.aspx
不确定为什么你会坚持使用那个版本的CR。如果你可以升级到至少CR XI开发者版,你会更好。将它们集成到你的VS项目中有点麻烦,但你可以尝试这个博客的初学者:http://weblogs.asp.net/jgaylord/archive/2007/01/24/crystal-reports-merge-modules.aspx
#2
0
i know of no tutorial, sorry
我知道没有教程,抱歉
but i can definitely recommend using datasets as your data source, never a direct connection
但我绝对可以建议使用数据集作为您的数据源,而不是直接连接
and expect to write the same stupid little formatting expressions over and over and over and over...
并期望一遍又一遍地写出相同的愚蠢的小格式表达式......
#1
1
Not sure why you're stuck with that version of CR. If you can at all upgrade to at least CR XI developer edition, you'll be better off. Integrating them into your VS projects is a bit kludgy, but you can try this blog for starters: http://weblogs.asp.net/jgaylord/archive/2007/01/24/crystal-reports-merge-modules.aspx
不确定为什么你会坚持使用那个版本的CR。如果你可以升级到至少CR XI开发者版,你会更好。将它们集成到你的VS项目中有点麻烦,但你可以尝试这个博客的初学者:http://weblogs.asp.net/jgaylord/archive/2007/01/24/crystal-reports-merge-modules.aspx
#2
0
i know of no tutorial, sorry
我知道没有教程,抱歉
but i can definitely recommend using datasets as your data source, never a direct connection
但我绝对可以建议使用数据集作为您的数据源,而不是直接连接
and expect to write the same stupid little formatting expressions over and over and over and over...
并期望一遍又一遍地写出相同的愚蠢的小格式表达式......