Beispiel #1
0
        private void btnPrint_Click(object sender, EventArgs e)
        {
            if (str_tjbh == "" || str_tjcs == "")
            {
                return;
            }
            if (txt_djlsh.Text.Trim() == "")
            {
                return;
            }
            if (str_sumover != "2")
            {
                MessageBox.Show("该人员总检结论未保存!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
                return;
            }
            Form_tjbg frm = new Form_tjbg();

            frm.PrintRdlc(str_tjbh, str_tjcs, txt_djlsh.Text.Trim(), "", str_bggs);
        }