How to use C# code in SSRS reports

Bala Narasimha Challa 466 Reputation points
2021-03-20T09:12:11.48+00:00

Any options to decryption of SQL data in SSRS reports

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.
3,061 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,631 Reputation points
    2021-03-22T03:22:50.25+00:00

    Hi @Bala Narasimha Challa ,
    I'm sorry that C# is not in the scope of my ability, but if you want to add code to the report (SSRS), you could refer to the following information:

    In any expression, you could call your own custom code. You could provide code in the following two ways:

    To add embedded code to a report

    1. In Design view, right-click the design surface outside the border of the report and click Report Properties.
    2. Click Code.
    3. In Custom code, type the code. Errors in the code produce warnings when the report runs.
      Best 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.

    1 person found this answer helpful.
    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.