- Home
- Forum
- ASP.NET MVC (Classic)
- SSRS Support?
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?
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.
Please let me know if you have any queries.
Lingaraj S.
Hi Mario,
Thanks for your notification. We will resolve this problem ASAP.
Lingaraj S.
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.
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
Hi Girish,
Thanks for using Syncfusion Products.
Please follow up the incident #118664.
Please let us know, if you have any queries.
Soundara Rajan S
- 8 Replies
- 6 Participants
-
MA Mario
- Jan 31, 2013 08:24 AM UTC
- Feb 3, 2014 04:10 AM UTC