使用Crystal报表和在线桌面应用程序 [英] using crystal report with online desktop application

查看:61
本文介绍了使用Crystal报表和在线桌面应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

全部好,



我在c#中为多个位置开发了一个应用程序,DB是SQL(在线)



我为报告所做的是,我把它们保存在当地,但现在我想要它在线。



为了避免缺乏对个人的报告更新。



那么过程是什么?



建议!!!



谢谢



我尝试过的东西和我想要的东西



cryRpt.Load(PUT CRYSTAL REPORT PATH HERE \\CrystalReport1.rpt);

C#项目文件位置中的Crystal Reports文件路径,在那里你可以看到CrystalReport1.rpt。所以给出Crystal Reports文件的完整路径名,如c:\ project.com \ crystalCallalreports \CrystalReport1.rpt



i想从我的网络服务器获取

shuld我写的是http://www.xyz.com/reports/cryptreport.rpt

请指教


我在asp.net尝试过




crystalRepo rt.Load(使用Server.Mappath( crystalReport.rpt));

crystalReport.SetDatabaseLogon(用户,pwd,服务器,db);

i工作但有错误您请求的报告需要更多信息。

HI all,

I had developed an applicaiotn in c# for multiple location, DB is SQL (Online)

What i did for report is that i Kept them local, but now i want it ONLINE.

To avoid lack in updates of report to individual.

So what is the process???

Suggest!!!

Thanks

what i tried and wat i want

cryRpt.Load(PUT CRYSTAL REPORT PATH HERE\\CrystalReport1.rpt");
The Crystal Reports file path in your C# project files location, there you can see CrystalReport1.rpt . So give the full path name of Crystal Reports file like c:\projects\crystalreports\CrystalReport1.rpt

i want it from my webserver
shuld i write http://www.xyz.com/reports/cryptreport.rpt
please advise

in asp.net i tried

crystalReport.Load(Server.MapPath("crystalReport.rpt"));
crystalReport.SetDatabaseLogon ("user", "pwd", "server", "db");
i do work but with error "The report you requested requires further information."

推荐答案

回答类似的问题

您请求的报告需要更多信息 [ ^ ]
Similar question with answer
The report you requested requires further information[^]


这篇关于使用Crystal报表和在线桌面应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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