An error occured during printing. (0x8000405)

  • 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')

    }

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • Arunkumar S P (4/17/2009)


    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.

    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

  • Thanks kishore. I'll try and let you know.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • Kishore it is working. Great help. thanks

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply