我目前有
Class A
property x as List (Of Class B)
End Class
Class B
' some other properties
End Class
当我创建水晶报告以使用A类作为数据源时,字段资源管理器会使用snot show属性x吗?
是否可以在Crystal Report中使用强类型列表?
答案 0 :(得分:2)
我不是100%确定List,但你可以使用ArrayList。请参阅我对这个问题的回答:
How to use Crystal Reports without a tightly-linked DB connection?