SSRS report - code error

mark goldin 691 Reputation points
2020-11-24T20:37:54.537+00:00

I have an error when I run a SSRS report. I am attaching a picture with code details since I cannot post a question with codes.

Thanks42110-capture.png

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,813 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,566 Reputation points
    2020-11-25T06:17:18.693+00:00

    Hi @mark goldin ,
    The reason why you are keeping getting a PageRequestManagerParserErrorException is that chances are you're doing one of the things mentioned in the error message. Here are the most common reasons and why they don't work:

    1. Calls to Response.Write()
    2. Response filters
    3. HttpModules
    4. Server trace is enabled
    5. Calls to Server.Transfer()

    Here is more detailed information on how to avoid getting a PageRequestManagerParserErrorException.

    And I found that using Javascript in SSRS can achieve the effect you need. For more information, please refer to: Using Javascript in SSRS.There will be detailed steps.

    Hope this helps.
    Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments