在客户端系统中运行报告时遇到问题 [英] having problem in running report in client system

查看:56
本文介绍了在客户端系统中运行报告时遇到问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为我的客户开发了一个软件。一切都正常。我在visual studio 2010中使用报告向导创建了报告。当我在客户端系统中运行报告页面时,我收到错误[DBNETLIB] [ConnectionOpen(Connect())。] SQL Server不存在访问被拒绝。



如何解决此问题并在我的客户系统中运行报表?

I have developed a software for my client. Every thing is working correctly. I have created report using report wizard in visual studio 2010. When i am running the reports page in client's system i am getting an error as "[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist access denied."

How, can i resolve this problem and run report form in my client's system?

推荐答案

这错误与数据库(SQL服务器)有关。

这里类似的问题已经解决了

有关rdlc的问题 [ ^ ]

也检查这个

[DBNETLIB] [ConnectionOpen(Connect())。] SQL Server不退出或访问被拒绝。 [ ^ ]

关于RDLC的精彩教程

如何使用Visual Studio做一个简单的RDLC报告 [< a href =http://myaspdotnettrainings.blogspot.in/2012/07/rdlc-report-definition-language-client.htmltarget =_ blanktitle =New Window> ^ ]

编辑

-------------------------

我想您的ObjectDataSource的connectionstring是错误的(或者它没有更改),因此您必须动态更改连接。检查这个

在运行时从ObjectDataSource更改向导生成的TableAdapter的连接字符串 [ ^ ]
This error is related to database(SQL server).
Here similar question which's solved
problem regarding rdlc[^]
also check this
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exit or access denied..[^]
Nice tutorial on RDLC
How to do a simple RDLC report using Visual Studio[^]
EDIT
-------------------------
I think your ObjectDataSource's connectionstring is wrong(or it's not changed), so you have to change the connection dynamically. Check this
Changing the connectionstring of a wizard generated TableAdapter at runtime from an ObjectDataSource[^]


这是我如何添加我的rdlc报告并在我的应用程序中显示

这是我从哪里获得帮助的链接。



在Visual 2010中创建RDLC报告 [ ]
here's is how i have added my rdlc report and presented in my application
this is link from where i took the help.

Create RDLC report in visual 2010[]


这篇关于在客户端系统中运行报告时遇到问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆