关于 WebDataWindow(DataWindow.net 2.0)
问题现象:
我现在在vs.net 2005环境下使用WebDataWindow(DataWindow.net 2.0)打印报表,
当使用【文件系统网站】时,数据读取、显示、打印一切正常。但是使用【本地 IIS 网站】时
(或者说通过IIS时),数据读取、显示都正常,但无法打印.
(this.WebDataWindowControl1.Print()这条语句发生了异常)
打印语句的值返回-1。 请指教。
相同的代码,仅仅打开方式不一样,会不会跟IIS的设置有关啊?
谢谢!
------解决方案--------------------查看一下他的帮助手册吧
------解决方案--------------------试下在web server上安装Ghostscript
------解决方案--------------------this.WebDataWindowControl1.Print(),this is server mothed,can 't work in workstation,if you call print then server computer must connect the printer,at the server computer priting!
------解决方案--------------------关注,帮顶下
------解决方案--------------------学习
帮顶~!