SSRS report builder - modify RDLC file

mark goldin 696 Reputation points
2021-05-09T08:40:28.047+00:00

Can I use SSRS report builder to modify existing RDLC report?

Thanks

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,063 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,636 Reputation points
    2021-05-10T01:41:04.083+00:00

    Hi @mark goldin ,
    By default Report Builder cannot open .rdlc files, it supports .rdl files. You could simply convert .rdlc files to .rdl manually:

    A report with extension ".rdl" is a server report, and the a report with extension ".rdlc" is a local report. A server report need to be published to a Report Server, and the local report is used for the ReportViewer control that is running in local mode.

    For more information,please refer to: Converting RDLC Files to RDL Files.

    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.


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.