Esempio n. 1
0
        public static string TargetDisplay(Int32 metricid, Int32 teamid)
        {
            SystemObjects.TableF _tablef = new SystemObjects.TableF();
            _tablef.MetricID = metricid;
            _tablef.TeamID   = teamid;
            DataSet ds = new DataSet();

            try
            {
                ds.Tables.Add(_tablef.displayTarget());
            }
            catch (Exception ex)
            {
            }
            return(ds.GetXml());
        }
Esempio n. 2
0
        public static string TargetDisplay(Int32 metricid, Int32 teamid)
        {
            SystemObjects.TableF _tablef = new SystemObjects.TableF();
            _tablef.MetricID = metricid;
            _tablef.TeamID = teamid;
            DataSet ds = new DataSet();
            try
            {
                ds.Tables.Add(_tablef.displayTarget());
            }
            catch (Exception ex)
            {

            }
            return ds.GetXml();
        }