SSRS rendering reports on hitting enter

Pandabay 6 Reputation points
2022-10-08T17:09:36.377+00:00

When hitting enter I want that reports are rendered.

How can I achieve that?

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,975 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. AniyaTang-MSFT 12,446 Reputation points Microsoft Vendor
    2022-10-10T05:47:13.427+00:00

    Hi @Pandabay
    It seems that your requirements cannot be achieved using SSRS alone, and may involve the writing of c code. I suggest you can go to the C# community for help: dotnet-csharp.html.
    Best regards,
    Aniya

    0 comments No comments

  2. Olaf Helper 45,626 Reputation points
    2022-10-10T06:33:44.467+00:00

    You have to click on the button "View Report" to render it.
    Or use the <Tab> key to set to focus on the "View Report" button, then yo can use the <Enter> key to render it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.