private void buttonGetRDL_Click(object sender, EventArgs e) { var Form = new FormRDLViewer(this.ReportXML); Form.ShowDialog(); }