如何给gridControl动态的添加合计
摘要:for (int i = 0; i < this.dsHz.Tables[0].Columns.Count; i++) { if (dsHz.Tables[0].Columns[i].DataType == typeof(Int32) || dsHz.Tables[0].Columns[i].Dat
阅读全文
posted @ 2019-06-12 17:25
posted @ 2019-06-12 17:25