p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > .NET > .NET 1.0 and Visual Studio.NET > BOOK: Professional Crystal Reports for VS.NET
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old October 28th, 2004, 07:57 AM
Registered User
Points: 10, Level: 1
Points: 10, Level: 1 Points: 10, Level: 1 Points: 10, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2004
Location: , , .
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old November 25th, 2004, 01:22 AM
Registered User
Points: 26, Level: 1
Points: 26, Level: 1 Points: 26, Level: 1 Points: 26, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Nov 2004
Location: Bangalore, Karnataka, India.
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 ..



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old January 15th, 2006, 09:19 PM
Registered User
 
Join Date: Jan 2006
Location: , , .
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

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 06: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 10: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 07:56 AM



All times are GMT -4. The time now is 11:26 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc