Question:
Need input on Standalone SSRS SQL Server 2016 Report Builder

Problem:

Is it possible to create reports using the Standalone Microsoft SQL Server 2016 Report Builder for then later use the report with ASP.NET Webform deployed-published?


Please pardon my Ignorance, I've created reports using the built-in SSRS in Visual Studio 2008 and Visual Studio 2010 and published them with Webform to the hosting or dedicated server works fine, but I am not sure that I could do the same when creating the report using the standalone SSRS 2016 and using it with my published ASP.NET WEB Form.


Thanks



Solution:

While it is correct that rdl reports require a report server?

If a report server is available, then the client-side rdl report viewer can be pointed to such reports.

In most cases, an rdl report CAN be imported into the vs project, and renamed as rdlc. Then some settings (such as processing mode = local = true) have to be changed.

So, such reports created with the reporting tools can be used in your asp.net webforms application, but "some" changes are required.


The changes and how to use such reports it outlined here:

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


Suggested blogs:

>How to check null in jQuery?

>How is the value of the path column under the wagtailcore_page table populated?

>Why VSCode indicate an error on using {{ }}?

>Fix the python-decouple issue in Django

>Address the N+1 problem in Django with prefetch

>How can I retrieve all customers' bookings by their username/ID?

>How to solve Static Files not being found in Django?


Ritu Singh

Ritu Singh

Submit
0 Answers