Fork me on GitHub

02 2017 档案

摘要:$(document).keyup(function (event) { switch (event.keyCode) { case 27: FilterWindow.Hide(); } }); 阅读全文
posted @ 2017-02-17 14:10 开发软件 阅读(405) 评论(0) 推荐(0)
摘要:1 exportView.ExportToXls(filename, new DevExpress.XtraPrinting.XlsExportOptionsEx() { TextExportMode = DevExpress.XtraPrinting.TextExportMode.Text, ExportType = DevExpress.Export.ExportType.WYSIWYG }... 阅读全文
posted @ 2017-02-10 13:15 开发软件 阅读(424) 评论(0) 推荐(0)