Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我了解,水晶报表可以使用EntityFramework,对吗?
我宁愿使用实体框架而不是使用数据集。
我该怎么做?
Crystal 报表支持 .net 对象。因此,您可以将实体框架对象的 ienumerable 传递给报表而不是数据集。