本文介绍了“未发出StartDocPrinter调用”水晶报表查看器打印时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用VS2012和Crystal报告13.0.5。当我想在水晶报表查看器工具栏上打印带有打印按钮的显示报表时,它给我这个错误:



未发出StartDocPrinter调用。



这篇文章无法帮助我: []因为我的打印机在其他地方工作应用程序,如记事本或wordpad。



我的作品显示报告:



1-加载报告

2-设置DB登录

3-设置参数值

4-设置选择公式

5-设置报表查看器ReportSource

6-显示报告



我的项目框架版本是4

它在Windows 7中工作但不是在Windows 8中使用相同的框架和运行时引擎

I'm using VS2012 and Crystal reports 13.0.5. When i want to print displayed report with print button on crystal report viewer toolbar, its giving me this error:

"A StartDocPrinter call was not issued."

This article cant help me: http://support.microsoft.com/kb/121074[^] because my printer work in other apps like notepad or wordpad.

my works to display report:

1- Loading report
2- Setting DB Logon
3- Setting parameters value
4- Setting Selection Formula
5- Setting report viewer ReportSource
6- Displaying report

my project framework version is 4
its works in windows 7 but doesn't work in windows 8 with same framework and runtime engine

推荐答案


这篇关于“未发出StartDocPrinter调用”水晶报表查看器打印时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 01:52