Share via

SSRS subreport

Zolotoy 226 Reputation points
2021-05-27T20:03:12.703+00:00

Is it possible to use subreports with ReportViewer based reports when there is no SSRS Server is in place?

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.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Lukas Yu -MSFT 5,826 Reputation points
    2021-06-01T08:13:01.897+00:00

    Was that intentional?

    No, sorry for that. I have fixed the links.

    Was this answer helpful?

    0 comments No comments

  2. mark goldin 706 Reputation points
    2021-05-28T09:31:10.59+00:00

    I will take a look at these articles but just to make it clear I am not running RDLC reports. They are still RDLs.
    Both links are pointing to the same article. Was that intentional?

    Was this answer helpful?

    0 comments No comments

  3. Lukas Yu -MSFT 5,826 Reputation points
    2021-05-28T03:30:45.39+00:00

    Hi,

    Based on my experience, I know that viewing report with ReportViewer and no SSRS server is possible. Using subreport in the rdlc or custom apps should also be possible with ReportViewer according to some code projects, but I have not personally tried it. You could follow the code practice stated at : Embedded reports (sub-reports)

    Also you could take reference to the fundmental project of runnning report without SSRS in this article : Running a RDL/RDLC (SQL Report) in ASP.NET without SSRS

    Regards,
    Lukas

    Was this answer helpful?

    0 comments No comments

Your answer

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