April 17, 2009 at 2:54 am
Hi All
I wriiten the below code and printing the report in button click of web application. While doing that i'm getting the following error
An error occured during printing. (0x8000405).
Kindly help me to solve this issue.
function Print()
{
RSClientPrint.MarginLeft = 12.7;
RSClientPrint.MarginTop = 12.7;
RSClientPrint.MarginRight = 12.7;
RSClientPrint.MarginBottom = 12.7;
RSClientPrint.Culture = 1033;
RSClientPrint.UICulture = 9;
RSClientPrint.Print('http://localhost/reportserver', 'TestReport/Report1', 'Employee_Sales_Summary')
}
April 17, 2009 at 3:08 am
Arunkumar S P (4/17/2009)
Hi AllI wriiten the below code and printing the report in button click of web application. While doing that i'm getting the following error
An error occured during printing. (0x8000405).
Kindly help me to solve this issue.
navigate the below urls, this may helpful to you.
http://support.microsoft.com/kb/907010
http://www.sqlreportingservices.net/Ask/5626.aspx
http://classicasp.aspfaq.com/general/why-do-i-get-non-database-related-80004005-errors.html
April 17, 2009 at 3:40 am
Thanks kishore. I'll try and let you know.
April 17, 2009 at 4:02 am
Kishore it is working. Great help. thanks
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply