SSRS - Need to render the Report Preview in a .html page

Sunil Ferro 21 Reputation points
2021-06-07T09:42:01.113+00:00

Hi,

Currently, I am using the following assembly and control to display a SSRS report on a .aspx page.
Assembly registered on the page :

<%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"
Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>

Control used on the page:

<rsweb:ReportViewer ID="rptViewer" runat="server" ClientIDMode="Static" />

However, I want to move the .aspx page to .html. Is there a way I can show and render the SSRS Report Preview in a .html page?

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

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2021-06-07T13:07:57.13+00:00

  2. ZoeHui-MSFT 41,491 Reputation points
    2021-06-08T01:56:38.103+00:00

    Hi @Sunil Ferro ,

    If the issue about 'SSRS - Need to render the Report Preview in a .html page' has been resolved, we'd suggest that you may mark it as answer so other user with similar issue could see this easier.

    As you have post the new issue on Microsoft Q&A, we could follow it there.

    Regards,

    Zoe


    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.
    Hot issues October

    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.