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.
我有GridControl1and GridControl2,我可以将每个 Grid 导出到。XLS (Excel) 分开。我可以出口GridControl2 GridControl1美联航吗??
GridControl1
GridControl2
这是我到目前为止所做的,但除非我单独执行,否则我无法导出它们:
grid1.ExportToXls (argumentss); grid2.ExportToXls (argumentss);
有一种东西叫CompositeLink。
CompositeLink
看看这篇 Devex 文章。它有一个例子。
http://www.devexpress.com/Support/Center/KB/p/A2730.aspx