问题描述
我想在运行时在crystal report中创建一个动态文本对象。我想在水晶报表中将其作为列或水平显示(sample1。日期范围从2013年7月1日 - 2013年7月31日),这些值来自数据集的行数和行的结果。 count是将在水晶报告中创建的文本对象的数量。
样本1:
任务代码| 2013年7月1日| 2013年7月2日| 2013年7月3日| 7/4/2013 | ...... | 2013年7月31日|
提前致谢!
i want to create a dynamic text object in crystal report during runtime. i want to make it as a column or display horizontally (sample1. date range from 7/1/2013 - 7/31/2013 ) in crystal report the values is came from the rows count of a dataset and the result of that rows.count is the number of text object that will create in crystal report.
SAMPLE 1:
TASKS CODE | 7/1/2013 | 7/2/2013 | 7/3/2013 | 7/4/2013 | ... | 7/31/2013 |
Thanks in advance!
推荐答案
这篇关于CrystalReport:如何在运行时使用vb.net/VS2012在crystal report中创建动态文本对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!