View Single Post
  #1 (permalink)  
Old October 28th, 2004, 07:57 AM
id2359 id2359 is offline
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?
Reply With Quote