//进行打印 private void simpleButton1_Click(object sender, EventArgs e) { ToolsManage.PrintGridControl(this.gridControl1); }