随笔分类 - DevExpress
摘要:当我们用Dev的报表引擎做报表时,如果把边缘设置为0时会弹出提示。可以通过XtraReport.PrintingSystem.ShowMarginsWarning = false;取消该提示
阅读全文
摘要:有时候我们在保存GridControl修改时,会出现最后一笔数据怎么也保存不了的情况。这时,很有可能是你在保存的时候,最后一行正处于编辑状态,数据没有写入数据源。解决方法:[VB.NET]Open in popup windowPublic Sub Save() If gridView.FocusedRowHandle <> GridControl.NewItemRowHandle Then gridView.CloseEditor() gridView.UpdateCurrentRow() End If SaveData()End Sub来自:h...
阅读全文
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Drawing; 5 using System.Data; 6 using System....
阅读全文

浙公网安备 33010602011771号