摘要:3、表格打印也是最常见的,打印代码如下:PrintingSystem ps = null;DevExpress.XtraPrinting.PrintableComponentLink link = null;ps = new DevExpress.XtraPrinting.PrintingSyste...
        阅读全文
        | 07 2015 档案
摘要:3、表格打印也是最常见的,打印代码如下:PrintingSystem ps = null;DevExpress.XtraPrinting.PrintableComponentLink link = null;ps = new DevExpress.XtraPrinting.PrintingSyste...
        阅读全文
 
摘要:1,增加新行用InitNewRow事件,给新行某字段赋值。后结束编辑。 private void grdView_InitNewRow(object sender, DevExpress.XtraGrid.Views.Grid.InitNewRowEventArgs e) { DevExpress.XtraGrid.Views.Grid.GridView view = sende...
        阅读全文
 
 |