xxx.DataSource = list.Select(x => new { x.你要的列1, x.你要的列2, ... }).ToList()