From: Raj on
Hi All,
I have just installed SP2 and i want to print a report without showing
print dialogbox or i want to set the right and left margins
programmatically. i am using ASP.net (VB.net) to do this. I added
rsclientprintlib.dll in reference list and trying to print the required
report i used following code

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
'*****
Dim rs As New RSClientPrintLib.RSClientPrint
rs.Authenticate = Convert.ToSByte(False)
rs.Print ("http://IE03DT2K01878/reportserver",
"/CTSKNPCreports/rptAbortedTruck", "rptabortedTruck")
End Sub

but after execution of print statement, my IE get hangs, can anyone
help me how to solve this and also steps to use rsclientlib.dll. Please
i stucked on this printing issue from long time.

Thank you
Regards
Raj