Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在我的项目中创建和使用报告(rdlc)时,这开始了,现在每次我打开带有报告的表单时它仍然可以正常工作,当我关闭我的应用程序时会显示错误我该如何解决这个问题?
private void Form1_FormClosing(Object sender,System.Windows.Forms.FormClosingEventArgs e) { ReportViewer1.LocalReport.ReleaseSandboxAppDomain(); }
这也对我有用。
报告查看器.Reset();