【发布时间】:2013-12-25 13:26:16
【问题描述】:
我是水晶报表的初学者,并在水晶报表中创建应用程序
下面的示例框对象
-----------------------
|Name | column1 |
|---------------------|
|text | column2 |
|---------------------|
|Remark| column3 |
----------------------
注意:column4 包含真假
如果 cloumn4 为 true 表示 Box 应该可见 false 表示不可见
带有样本数据的表格
col1 | col2| col3 | col4
-------------------------
abc |abc |abc |true
def |def |def |false
xyz |xyz |xyz |false
xyz |xyz |xyz |true
我想像这样打印
box1 (invisible)
(invisible) box4
谢谢
【问题讨论】:
标签: crystal-reports