0

I am aware that SSRS 2016 provides RDL to be viewed in HTML5 as "Preview" version in admin portal, but is there a way to view the RDL in my MVC .HTML view without using asp.net report viewer controller?

Navin
  • 684
  • 1
  • 11
  • 24

2 Answers2

0

You can use iframe approach if you don't like ReportViewer Control. Here is the example of URL to embed: https://reportserver/reports/mobilereport/Marketing%20Scorecard?rs:Embed=true

Look here for more information: https://blogs.msdn.microsoft.com/sqlrsteamblog/2016/03/18/sql-server-2016-rc1-whats-new-in-reporting-services/

krus
  • 21
  • 3
0

The embedded html viewer with iframe works great with integrated auth, how about making it work with custom auth/FBA forms based Auth?

Chris Oneslager
  • 121
  • 1
  • 6