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.
我想问是否可以在不使用或创建 xsd 文件的情况下使用数据集创建水晶报表。因为这里有一份报告可以做到这一点。它连接到数据集,但没有使用 xsd 文件。
当然可以,只需使用报表文档的 SetDataSource 方法即可:
YourReportDocument.SetDataSource(YourDS);