01 2014 档案
摘要:var result = (from p in db.t_Personnel select p.FirstName).Distinct()
阅读全文
摘要:1、手动隐藏列:2、自动隐藏列: 1 /// PivotGrid绑定数据事件 2 /// 3 /// PivotGrid绑定数据事件 4 /// 5 /// 6 /// 7 protected void pivotGridMain_DataBound(object sender, EventArgs e) 8 { 9 fieldBusiness.Visible = false; //业务组10 fieldCustomerName.Visible = false; //客户 11 ...
阅读全文

浙公网安备 33010602011771号