private void tsmiExport_Click(object sender, EventArgs e) { FormReport fr = new FormReport(); fr.MdiParent = this; fr.Show(); }