摘要:
// /// 导出按钮 /// /// /// private void FrmAppItem_F9ClickHandler(object sender, EventArgs e) { string strName = ""; try ... 阅读全文
posted @ 2015-06-08 10:07
conncent
阅读(5506)
评论(2)
推荐(0)
|
摘要:
// /// 导出按钮 /// /// /// private void FrmAppItem_F9ClickHandler(object sender, EventArgs e) { string strName = ""; try ... 阅读全文
posted @ 2015-06-08 10:07
conncent
阅读(5506)
评论(2)
推荐(0)
摘要:
gridView1.ExportToXlsx("SampleStock.xlsx"); if (true) { DevExpress.XtraEditors.XtraMessageBox.Show("导出成功,请在程序目录中打开SampleStock.xlsx"); } ... 阅读全文
posted @ 2015-06-08 09:40
conncent
阅读(588)
评论(0)
推荐(0)
摘要:
本文以DevExpress 11.1.8举例 必须满足几个条件 1、 必须有DXperience相应版本的全部源代码SourceCode。把全部源代码复制到X:\Program Files\DevExpress XXX\Components\Sources目录。目标目录的默认位置是在C:\Program Files\DevExpress 20XX\Components\Sources(其中X.X为... 阅读全文
posted @ 2015-06-08 09:11
conncent
阅读(594)
评论(0)
推荐(0)
|