all groups > sql server reporting services > august 2005 >
You're in the

sql server reporting services

group:

RSClientPrint usage


RSClientPrint usage dfgconsulting
8/1/2005 8:19:01 PM
sql server reporting services:
I'm new to the RSClientPrint, so I've read all of the previous posts, the
readme, etc. This may be trivial; however...

If I make a simple call to the Print method, to where does it print? The
client's default printer? My code is as follows

*****
Dim rs As New RSClientPrintLib.RSClientPrint
rs.Authenticate = Convert.ToSByte(False)
rs.Print("http://localhost/reportserver",
"/reports/BidderInvoice&skVehicleNum=" & VehicleNum, "BidderInvoice")
*****

The control is installed, but when the Print method is called, nothing
really happens. The IE progress bar gets about half-way across and the
little MS flag keeps waving. I have full admin rights, and I'm running in a
local intranet zone on the development machine with security settings on low.
Any suggestions? Thanks in advance.

RE: RSClientPrint usage dfgconsulting
8/3/2005 5:36:49 AM
Thanks anyway. I figured out another way that works for my app.

Daniel

[quoted text, click to view]
RE: RSClientPrint usage Angela
8/3/2005 11:01:02 PM
hi there,
may i ask wat is the solution to ur problem?
cos i also need to call the print method to print my RS.

[quoted text, click to view]
AddThis Social Bookmark Button