|
|
 |
BOOK: Professional Crystal Reports for VS.NET  | This is the forum to discuss the Wrox book Professional Crystal Reports for Visual Studio .NET by David McAmis; ISBN: 9780764544033 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional Crystal Reports for VS.NET section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

October 28th, 2004, 07:57 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
problem with crystal report web service
i'm having trouble passing parameters back to a report exposed as a web service:
i'm using a report viewer control embedded in a winform
the report source is set at run time to a web service proxy object
a) i create parameterfield and value objects client side , add them]
to the parameter array of the viewer control, the reoprt opens and still asks for parameters ,. after adding them manually
b) a login box pops up
ideally, i want to send parameters without this box popping up,
and also configure the logon details etc of the report at runtime
, -- but using the web service
is this possible?
|

November 25th, 2004, 01:22 AM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: Bangalore, Karnataka, India.
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I hope now you are directly giving the report name to crystalViewer.Instead of this u do as follows
Dim crpt As New CrystalDecisions.CrystalReports.Engine.ReportDocum ent
crpt.load("c:\a.rpt")
crpt.SetParameterValue(1,"hello")
crviewer.reportsourse=crpt
check out this ..
|

January 15th, 2006, 09:19 PM
|
|
Registered User
|
|
Join Date: Jan 2006
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Did you ever figure this out? I want to do something similar, but with the generic CrystalDecisions.Web.Services.ServerFileReportServ ice rather than a custom web service report.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |