相关问答
- CR Viewer中具有PrintMode" PrintOutputController"的PrintDialog始终禁用" Current Page"
- 参数两次提示输入Crystal Reports(对于Visual Studio)和消息
- 与CR 2016匹配的Crystal报表运行时版本
- 页脚部分中的页码不显示
- 加载报告随机失败...
- SAP Crystal Reports,MS Visual Studio开发人员版本-维护终止2018年12月31日
- 水晶报表数据源" excel还是Universe"哪个会好?
- Visual Studio 2015社区支持包18(v.13.0.18.2192)
抱歉,我错过了一行:
它是C#,但还是同一件事:
rpt.ReportClientDocument.Close();
crystalReportViewer1.ReportSource = null;
crystalReportViewer1.Refresh();
将报告源设置为null会清除Viewer内存空间,因此刷新应清除页面...
< p> Don关闭Report对象,然后调用CrystalReportViewer1。Refresh()应该清除表单。
谢谢
Don p>
我使用了代码:
objReport.close
CrystalReportViewer1.Refresh()
很遗憾,这并没有清除查看报告的查看者。
还有其他建议吗?
但是需要更多时间。
一周热门 更多>