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.

Report Viewer Example

Hi!
Is there a working sample of how to use the Report Viewer using ASP.NET Core JS2 ?
Thanks

11 Replies

MS Mahendran Shanmugam Syncfusion Team March 27, 2018 11:20 AM UTC

Hi Sarosh, 
 
Currently we don’t have support for ReportViewer control in Essential JS2. So highly recommended you to use ASP.NET Core ReportViewer control in Essential JS1. We have logged this feature, it will be available in any of our upcoming releases. 
 
Can you please refer the below UG documentation link for create a ReportViewer sample in ASP.NET Core  
 
You can take the sample from below ReportPlatform SDK samples installed location. 
Samples:%userprofile%\AppData\Local\Syncfusion\ReportsSDK\Samples\ASP.NET Core\ 
 
Regards, 
Mahendran S. 



SW Sarosh Wadia March 27, 2018 01:43 PM UTC

Hi!

When are you planning to release the update with the JS2?

Wondering if I should wait for the update or use the JS1 report viewer for now.

Thanks


YD Yuvaraj Devarajan Syncfusion Team March 29, 2018 03:54 AM UTC

Hi Sarosh, 

ReportViewer in ASP.NET Core EJ1 is compatible with EJ2 other control, so we are recommended to use ASP.NET Core ReportViewer control in Essential JS1 in your application. AS of now, we don’t have immediate plan to implement the ReportViewer support in EJ2 component and it will be available in any of our upcoming 2019 Essential studio releases.  

Regards, 
Yuvaraj D. 



JJ Jose Jaime Alvarez Herrera April 5, 2018 09:53 PM UTC

Hi, 

The ReporViewer for ASP.NET Core JS1 in this moment is preview, when are you planning to release?

Thanks

Jaime Alvarez


MS Mahendran Shanmugam Syncfusion Team April 6, 2018 06:59 AM UTC

Hi Jaime, 

The “Preview” tag will be removed in our upcoming 2018 Volume 2 release. 

Regards, 
Mahendran S. 



SW Sarosh Wadia April 26, 2018 12:26 AM UTC

Hi!

I cannot get ASP.NET Core ReportViewer control in Essential JS1 working in my JS2 application.

Is there a working sample of ASP.NET Core ReportViewer control in Essential JS1?

Thanks


MS Mahendran Shanmugam Syncfusion Team April 26, 2018 05:09 PM UTC

Hi  Sarosh, 

Is there a working sample of ASP.NET Core ReportViewer control in Essential JS1? 
We have prepared the sample to render the report in ReportViewer using ASP.NET Core in Essential JS1 and it can be downloaded from below location. 
I cannot get ASP.NET Core ReportViewer control in Essential JS1 working in my JS2 application. 

ReportViewer in ASP.NET Core EJ1 is compatible with EJ2 other control, so can you please share the issue reproducible sample to validate the mentioned problem at our end. 


Regards, 
Mahendran S. 



SW Sarosh Wadia April 26, 2018 06:51 PM UTC

Hi!

I downloaded the sample that you provided but it has errors so it won't compile and I could not run it.

Here are some of the errors:

1] "Severity Code Description Project File Line Suppression State
Error Assets file 'D:\Incident\EJDOTNET1090\New folder\New folder (2)\ReportServerReportSample_core_2.0\ReportServerReportSample_core_2.0\obj\project.assets.json' not found. Run a NuGet package restore to generate this file. ReportServerReportSample_core_2.0 C:\Program Files\dotnet\sdk\2.1.104\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets 327
"

2] Another one is "IReportController" Type or namespace could not be found......

I don't have a "D:\.." drive. It  looks like you have hard coded some paths.

Thanks



MS Mahendran Shanmugam Syncfusion Team April 27, 2018 09:38 AM UTC

Hi Sarosh, 

1] "Severity       Code    Description       Project  File       Line      Suppression State 
Error                 Assets file 'D:\Incident\EJDOTNET1090\New folder\New folder (2)\ReportServerReportSample_core_2.0\ReportServerReportSample_core_2.0\obj\ 
project.assets.json'  
not found. Run a NuGet package restore to generate this file.      ReportServerReportSample_core_2.0            C:\Program Files\dotnet\sdk\2.1.104\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependency 
Resolution.targets         
    327        
We have checked the mentioned problem with the previously shared ASP.NET Core project and its working properly at our end. We suspect the ASP.NET Core NuGet package is not installed properly at your end. So can you please install the ASP.NET Core NuGet package in the application to avoid the mentioned problem at your end.     


2] Another one is "IReportController" Type or namespace could not be found...... 

The mentioned problem occurs when the Syncfusion.EJ.ReportViewer.ASPNET.Core NuGet package is not referred properly in the shared application. So please install below ReportViewer dependent NuGet packages to avoid the mentioned problem at your end. 

  • Syncfusion.Report.NETStandard
  • Syncfusion.EJ.ReportViewer.ASPNET.Core
  • Syncfusion.Compression.NETStandard
  • Syncfusion.Pdf.NETStandard
  • Syncfusion.DocIO.NETStandard
  • Syncfusion.XlsIO.NETStandard
  • Syncfusion.OfficeChart.NETStandard

You can obtain the NuGet package from below  

please refer the below UG documentation link for more detail. 



Regards, 
Mahendran S. 



SW Sarosh Wadia May 15, 2018 10:31 AM UTC

Hi!

Now with the correct nuget packages installed it works!

Thanks


YD Yuvaraj Devarajan Syncfusion Team May 16, 2018 04:18 AM UTC

Hi Sarosh, 

Thanks for the update. We are happy to hear that your issue is resolved. 

Regards, 
Yuvaraj D. 


Loader.
Up arrow icon