コード例 #1
0
        private void Llenar_GRILLA()
        {
            DB_EXT_Reportes rep = new DB_EXT_Reportes();

            GVPRodDep.DataSource = rep.DB_Desplegar_REGIONALES_NOMBRE(LblCamp.Text);
            GVPRodDep.DataBind();
        }
コード例 #2
0
        private void Llenar_GRILLA()
        {
            DB_EXT_Reportes rep = new DB_EXT_Reportes();

            GVPRodDep.DataSource = rep.DB_Obtener_SUPERFICIE_INS_APO(Convert.ToInt32(DDLCamp.SelectedValue), Convert.ToInt32(DDLRegional.SelectedValue), 0, 0, DDLProg.SelectedValue, "MUNICIOPIO_ORG");
            GVPRodDep.DataBind();
        }
コード例 #3
0
        private void Llenar_GRILLA()
        {
            DB_EXT_Reportes rep = new DB_EXT_Reportes();

            GVPRodDep.DataSource = rep.DB_Obtener_SUPERFICIE_INS_APO(Convert.ToInt32(LblIdCamp.Text), Convert.ToInt32(LblIdReg.Text), 0, 0, LblPrograma.Text, "MUNICIOPIO_ORG");
            GVPRodDep.DataBind();
        }