Wrox Programmer Forums
|
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 Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 28th, 2004, 06:57 AM
Registered User
 
Join Date: Oct 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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?
 
Old November 25th, 2004, 01:22 AM
Registered User
 
Join Date: Nov 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to softrajesh
Default

 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 ..



 
Old January 15th, 2006, 09:19 PM
Registered User
 
Join Date: Jan 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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.






Similar Threads
Thread Thread Starter Forum Replies Last Post
install Service Pack 5 of Crystal Report 9 somnath.kartic VS.NET 2002/2003 1 June 9th, 2008 05:45 AM
[Resolved] Crystal Report Web Service Not Refresh windsurfkid .NET Web Services 1 February 24th, 2007 11:22 AM
Web Service report parameters TheodoreRpt Crystal Reports 0 July 30th, 2005 09:54 AM
crystal report in web app gives problem teo.landgraf Crystal Reports 0 January 13th, 2005 03:17 AM
problem with crystal report web service id2359 BOOK: Professional Crystal Reports for VS.NET 0 October 28th, 2004 06:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.