How can I use strongly typed lists as the datasoruce for a Crystal Reports

删除回忆录丶 提交于 2019-12-24 06:16:07

问题


I currently have

Class A

property x as List (Of Class B)

End Class

Class B

' some other properties
End Class

When I create crystal report to use Class A as datasource the field explorer doe snot show property x?

Is it possible to use strongly typed lists with Crystal Report?


回答1:


I'm not 100% sure about List, but you can use ArrayList instead. See my answer on this question:

How to use Crystal Reports without a tightly-linked DB connection?



来源:https://stackoverflow.com/questions/1362829/how-can-i-use-strongly-typed-lists-as-the-datasoruce-for-a-crystal-reports

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!