Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一些水晶报告。当我在我的系统上运行这些报告时,它运行良好,但是当我在另一台机器上构建项目并安装(exe)时,它要求数据库凭据并且无法正常工作。你能请人帮忙解决这个问题吗?
需要设置访问数据库的凭据
reportDocument.SetDatabaseLogon("user", "password", "server", "database");