private void button1_Click(object sender, EventArgs e) { frmReport obj = new frmReport(Convert.ToInt32(comboBox1.SelectedValue)); obj.Show(); }