I'm generating the Report using Crystal Report and I have the Sub report, In the sub report I have some Date fields and some money fields and comments fields as well. I have given following Properties for the fields:
我正在使用Crystal Report生成报告,我有Sub报告,在子报告中我有一些Date字段和一些money字段和注释字段。我为这些字段提供了以下属性:
1: Date fields = march 31, 2012
2: Money fields = $(1000,00 )
3: Comments = can grow true
Now the thing is, if I generate the report in Local machine then Everything works fine but same report if I generate in Server then the property which I have given is not applying.
现在问题是,如果我在本地机器中生成报告,那么一切正常,但如果我在服务器中生成相同的报告,那么我给出的属性不适用。
1 个解决方案
#1
0
I've noticed this bahaviour on date and number fields. Use a custom format even if the desired output is available in the format list.
我在日期和数字字段上注意到了这个bahaviour。即使格式列表中有所需的输出,也请使用自定义格式。
#1
0
I've noticed this bahaviour on date and number fields. Use a custom format even if the desired output is available in the format list.
我在日期和数字字段上注意到了这个bahaviour。即使格式列表中有所需的输出,也请使用自定义格式。