public SPListReportSource(string listName) { List = SharePointUtility.CurrentWeb.Lists[listName]; CustomFields = ListUtility.GetCustomFields(List); }