//***** The New *****// /// <summary> /// 获取组织机构下属报表ID /// </summary> /// <param name="orgID"></param> /// <param name="errMsg"></param> /// <returns></returns> public IList<Hashtable> GetStyleIList(string treeID, out string errMsg) { errMsg = ""; DALReportStyle drps = new DALReportStyle(); IList<Hashtable> list = drps.GetStyleIList(treeID, out errMsg); return list; }