BKI_DichVuMatDat.NghiepVu.f316_tinh_thuong_2014.fill_data_2_grid_thue_thang C# (CSharp) Метод

fill_data_2_grid_thue_thang() приватный Метод

private fill_data_2_grid_thue_thang ( ) : void
Результат void
        private void fill_data_2_grid_thue_thang()
        {
            US_DUNG_CHUNG v_us_dung_chung = new US_DUNG_CHUNG();
            DataSet v_ds = new DataSet();
            v_ds.Tables.Add();
            v_us_dung_chung.FillDatasetWithTableName(v_ds, "V_DM_NHAN_VIEN_2");
            v_ds.Tables[0].Columns.Add("TRUY_LINH");
            v_ds.Tables[0].Columns.Add("TRUY_THU");
            v_ds.Tables[0].Columns.Add("THUC_LINH_CUOI_CUNG");
            //v_ds.Tables[0].Columns.Add("PHAN_TRAM_THUE");
            //foreach(DataRow v_dr in v_ds.Tables[0].Rows)
            //{
            //    v_dr["PHAN_TRAM_THUE"] = 10;
            //}
            m_grc_main.DataSource = v_ds.Tables[0];
            CHRMCommon.make_stt_indicator(m_grv_main);
        }