如何强制报表查看器以打印预览模式显示
在 Visual Studio 2005 中,如何在打印预览模式下直接在 ReportViewer 控件中显示报表?
In Visual Studio 2005, how can I show a report in ReportViewer control directly on Print-preview mode?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用
SetDisplayMode()
方法:Use the
SetDisplayMode()
method:在 Windows 窗体应用程序中,如果您在报表查看器的 RenderingComplete 事件中调用 SetDisplayMode 方法,则可能会导致 StackOverflowException。 调用该方法的位置不正确。
In Windows Forms application if you call the SetDisplayMode method in reportviewer's RenderingComplete event it may cause StackOverflowException. It is not correct place to call the method.