What is responsible for rendering RDLC reports in Business Central?

Martin Stoček 0 Reputation points
2024-03-12T15:40:28.8633333+00:00

Hello, i got issues with different behaviour in rendering RDLC reports in Business Central v22. In docker where i do simulate server environment to run tests, my report behaves one way and on our company´s test server i do get different render results with same dataset and layout. (same objects..) Can you tell me what is responsible for rendering those RDLC Report layouts created in Report Builder? I would like to know if i need to update something on server to match with my docker to get same results.. Can it be Report Builder itself, or is there something else responsible for rendering those report layouts in system?

Thanks,

Martin Stoček.

SQL Server | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 47,441 Reputation points
    2024-03-13T06:17:18.91+00:00

    What is responsible for rendering RDLC reports in Business Central?

    RDLC = Report Definition Language for Clients; it's the ReportViewer control on clients side, which renders the report.

    https://learn.microsoft.com/en-us/sql/reporting-services/application-integration/using-the-winforms-reportviewer-control?view=sql-server-ver16

    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.