We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Starting in 2019, the Reporting control is no longer included in Essential Studio. If you're experiencing issues with the Syncfusion Reporting Platform, Report Viewer, Report Designer, or Report Writer, we recommend migrating to Bold Reports, our dedicated reporting platform.

Bold Reports offers a comprehensive suite of tools and features for all your reporting needs, and we will help you make a smooth transition from the discontinued control. Our support team at https://support.boldreports.com/ is here to assist you with any questions or difficulties you may encounter during the migration process.

We thank you for choosing Syncfusion and appreciate your understanding.

SSRS Support?

I have reports created in Report Builder 3.0 from SQL Reporting Services.

The reports are deployed in the ReportServer database of SQL 2012.

With the ReportViewer from ASP.NET MVC4, I will be able to load them into my application?

8 Replies

LS Lingaraj S Syncfusion Team January 31, 2013 08:55 AM UTC

Hi Mario,

 

Thanks you for your interest in Syncfusion products.

 

We have to use ReportServerUrl and ReportServerCredential in ReportViewerModel to load SSRS Reports.

 

 ReportViewerModel GetModel()

        {

            ReportViewerModel reportModel = new ReportViewerModel();

            reportModel.ReportPath = @"/SSRSTest1/Report3";

            reportModel.ReportServerUrl = @"http://<<ReportingServer_Name>>/ReportServer";

          //  reportModel.ReportServerCredential = new System.Net.NetworkCredential("username", "Password");

            return reportModel;

        }

 

We have attached the sample in following link.

http://www.syncfusion.com/downloads/Support/DirectTrac/103832/ReportViewerRazApplication-332516708.zip

 

Please let me know if you have any  queries.

 

Regards,

Lingaraj S. 



MA Mario January 31, 2013 04:07 PM UTC

Thanks for the answer, I'll evaluate the product then. My company is looking for something that replaces the ReportViewer control from Microsoft, because is too buggy.

Also, the class reference of Report Viewer is broken:
http://help.syncfusion.com/cr/asp.net%20mvc/report%20viewer



LS Lingaraj S Syncfusion Team February 6, 2013 04:31 AM UTC

Hi Mario,

 

Thanks for your notification. We will resolve this problem ASAP.

 

Regards,

Lingaraj S. 



SO SomeoneHere123 February 25, 2013 03:44 PM UTC

I downloaded your sample application but something does not match. I get an error that the assemblies cannot be found even though I have everything installed.


LS Lingaraj S Syncfusion Team February 26, 2013 08:49 AM UTC

Hi Neil,

 

We have provided sample with v10.4.0.17. You have to modify the Syncfusion assembly reference version in Web.Config file to run the samples with latest version.

 

<add assembly="Syncfusion.Core, Version=10.404.0.71, Culture=neutral, PublicKeyToken=632609B4D040F6B4"/>

<add assembly="Syncfusion.Shared.Mvc, Version=10.444.0.71, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>

<add assembly="Syncfusion.Linq.Base, Version=10.404.0.71, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>

<add assembly="Syncfusion.ReportViewer.Mvc, Version=10.444.0.71, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>

 

<handlers>

      <remove name="MvcResourceHandler"/>

      <add verb="GET,HEAD" name="MvcResourceHandler" path="MvcResourceHandler.axd" type="Syncfusion.Mvc.Shared.MvcResourceHandler, Syncfusion.Shared.Mvc, Version=10.444.0.71, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>

      <add verb="*" path="syncfusion_generatereports.axd" name="syncfusion_generatereports" type="Syncfusion.ReportViewer.Mvc.ReportViewerHandler, Syncfusion.ReportViewer.Mvc, Version=10.444.0.71, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89"/>

    </handlers>

 

Please let me know if you have any queries.

 

Regards,

Lingaraj S.



DJ Davis Jebaraj Syncfusion Team February 28, 2013 06:05 PM UTC

Hi Neil,

Version 10.444.0.71 needs to be changed to 11.144.0.21 for the latest version.

Also, 10.404.0.71 needs to be changed to 11.104.0.21.

Regards,

Davis



GI Girish January 31, 2014 03:41 PM UTC

The link to the sample source doesn't work. Throws an access denied error.

Also, I get this error (see link below) when I try to follow instructions provided above.

https://dl.dropboxusercontent.com/u/162706/sfrv.jpg


SR Soundara Rajan S Syncfusion Team February 3, 2014 04:10 AM UTC

Hi Girish,

 

Thanks for using Syncfusion Products.

 

Please follow up the incident #118664.

 

Please let us know, if you have any queries.

 

Regards,

Soundara Rajan S


Loader.
Live Chat Icon For mobile
Up arrow icon