private void button9_Click(object sender, EventArgs e)
        {
            //Cursor.Current = Cursors.WaitCursor;
            //Report.Report_PrintOuts frm_print = new Report.Report_PrintOuts();
            //frm_print.Tag = "";
            //frm_print.Detailed_Land = true;
            //frm_print.ShowDialog();
            Report_Landbase print = new Report_Landbase();

            Report_Landbase.Detailed = true;
            print.Tag = "0";
            print.ShowDialog();
        }
        private void button8_Click(object sender, EventArgs e)
        {
            Cursor.Current = Cursors.WaitCursor;
            ////Report.Report_PrintOuts frm_print = new Report.Report_PrintOuts();
            ////frm_print.Tag = "";
            ////frm_print.MLC_Land = true;
            ////frm_print.ShowDialog();

            //using (RDLC.frm_RDLC_report f = new RDLC.frm_RDLC_report())
            //{
            //    f.isLandMLC = true;
            //    f.Tag = "";
            //    f.age = "";
            //    f.ShowDialog();
            //}
            Cursor.Current = Cursors.WaitCursor;
            Report_Landbase print = new Report_Landbase();

            Report_Landbase.MLC = true;
            print.Tag           = "0";
            print.ShowDialog();
        }