This is a migrated thread and some comments may be shown as answers.

Reporting .NET Core

33 Answers 688 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dirk
Top achievements
Rank 1
Dirk asked on 17 Jun 2016, 10:33 AM
How to use Telerik Reporting with ASP.NET Core Web App?

33 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 17 Jun 2016, 01:00 PM
Hello Marcel,

There are preview Nuget packages suitable for educational purposes only. Thje packages are built against ASP.NET Cor1.0 RC1. Updates can be expected after the official release of ASP.NET Core1.0.

Telerik Reporting preview Nuget packages with ASP.NET5 RC1

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
John
Top achievements
Rank 1
answered on 08 Aug 2016, 04:30 PM
Stef, is RTM supported yet?
0
Stef
Telerik team
answered on 09 Aug 2016, 11:28 AM
Hello John,

The available beta Nuget packages are built against RC1 and they are for educational purposes only. The packages target only MVC6 type of projects, where designers and wizards are not available. Settings must be done manually. Changes can be expected for R2 2016 at earliest.

Please note that reports can be processed and rendered on a WindowsOS machine only, with standard .NET framework. If you are targeting different platforms, our recommendation is to add the HTML5 Javascript viewer in the application, and to host in a separate standard .NET application a reporting REST service. The viewer requires only the address of the service to get content (viewer's serviceUrl). You may need to enable CORS for the service, depending on how it is hosted.


Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
John
Top achievements
Rank 1
answered on 09 Aug 2016, 02:58 PM
Thanks Stef, I did see that info on another thread, but was hoping for an update, since RTM is out now, and this talked about R2 2016. You cant use RC1 stuff in an RTM project. Is there a timeline for RTM support?
0
Stef
Telerik team
answered on 11 Aug 2016, 02:22 PM
Hello John,

We will follow the official releases of MVC6. Not all ASP.NET Core types of projects may be supported. Also requirements for hosting the reporting engine on a WindowsOS machine will remain - Telerik Reporting System Requirements.


Please feel free to log a feature request in our feedback portal to raise the priority of the task.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
John
Top achievements
Rank 1
answered on 11 Aug 2016, 03:33 PM
I see. So can you confirm there will not be a version for the currently release ASP.NET Core RTM?
0
Dev
Top achievements
Rank 1
answered on 12 Aug 2016, 04:47 AM
So any timeline for the ASP.NET Core RTM support ?
0
Jason
Top achievements
Rank 1
answered on 12 Aug 2016, 03:33 PM

A version of Telerik.Reporting and Telerik.Reporting.Services for netcoreapp1.0 would be amazing.

Thanks,
Jason

0
Stef
Telerik team
answered on 15 Aug 2016, 12:07 PM
Hello,

Updated Nuget packages for MVC6 type of project can be expected at earliest in R3 2016, in mid September. We will aim to comply with the latest release of MVC6 at that time.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
John
Top achievements
Rank 1
answered on 12 Sep 2016, 02:57 PM
Was just reading about what is in R3 beta Aug 22, no mention of .netcore? 
0
Stef
Telerik team
answered on 12 Sep 2016, 03:21 PM
Hi John,

I will summarize the information about the available functionality and what can be expected in R3 2016:
  1. Telerik Reporting provides beta Nuget packages for educational purposes only, not recommended for production needs;
  2. The beta Nuget packages are suitable only for MVC6 type of projects, using RC1 release and targeting DNX451.
  3. Limitations:
    1. New ASP.NET project templates like ClassLibrary(Nuget package) and others are not supported by Telerik Reporting beta Nuget packages, Wizards and Designers;
    2. The beta Nuget packages do not include functionality for reading settings from the new JSON configuration files;
    3. Reports can be processed and rendered only on a Windows OS machine with standard .NET framework, which requires the target to be DNX451. Thus the HTML5 Javascript Viewer does not require any assembly references and it can be hosted in a separate project, but the Reporting REST service must be hosted in a project considering the listed limitations;
  4. What can be expected?
    We will aim to build the Nuget packages with the latest release of MVC6 and to include functionality for working with JSON configuration files.
    Changes in the target framework and support for new project templates are still in research stage.


Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Dev
Top achievements
Rank 1
answered on 23 Sep 2016, 07:01 AM

Hi Stef,

 

So with the release of R3 2016, is Telerik reporting now able to be integrated in an ASP. NET Core project ?

0
teaspoon
Top achievements
Rank 1
answered on 25 Sep 2016, 11:34 PM
The Telerik Reporting product page says that it is "ASP.NET Core (.NET Framework) Ready"...

      http://www.telerik.com/products/reporting.aspx

But I cannot get its nuget packages to work with my own projects or new projects using Visual Studio 2015 ASP.NET Core (.NET Framework) RTM.  The directions are still referencing RC1:

     http://docs.telerik.com/reporting/mvc6nugetpackages

Can you please provide some clarity?

     1. Is Reporting compatible with ASP.NET Core (.NET Framework) RTM or just RC1?

     2. Can you please update the directions to refer to the RTM version?  They seem out-of-date.

     3. Can you provide a link to an up-to-date sample project using Reporting with .NET Core RTM?

Thanks!

  

 

0
Stef
Telerik team
answered on 27 Sep 2016, 01:14 PM
Hi everyone,

Updates:
  1. We built the Nuget packages against the new ASP.NET Core libraries, not MVC6 anymore;
  2. An ASP.NET Core web project can use the R3 2016 Nuget packages, where:
    1. Wizards are not supported;
    2. JSON configuration files are not used by the reporting engine;
    3. The target framework must be net461. Reports can be processed and rendered only on a MS OS machine with standard .NET framework.

An issue on our side prevents the successful usage of DEV Nuget packages, which will be correct with the internal build expected by the end of the week. The Trial Nuget packages are OK for test.
Related articles and resources will be updated accordingly.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Dev
Top achievements
Rank 1
answered on 06 Oct 2016, 09:18 AM

Hi Stef,

 

Any plan to support .NET Core App as the target framework / .NET Standard ?

And run besides Win OS ?

0
Stef
Telerik team
answered on 06 Oct 2016, 09:38 AM
Hello,

We use extensively GDI+ methods to render reports, which requires Windows OS. The question is in ongoing research stage.
If they are changes, they will be announced with blog posts and salutes :)

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
guga
Top achievements
Rank 1
answered on 12 Oct 2016, 07:02 PM

Hi,

I had an Asp.Net Core RC1 App with your reporting engine, but after the migration to 1.0 RTM i can't use the reporting engine.

My question is:

¿Your reporting engine supports ASP.NET 1.0 or not yet?

Thanks a lot!

 

0
Stef
Telerik team
answered on 13 Oct 2016, 03:30 PM
Hello guga,

Telerik Reporting Nuget packages are updated for ASP.NET Core 1.0 libraries as of R3 2016 v10.2.16.914 and later. Our recommendation is to use the latest possible version 10.2.16.1007 at the moment.


For more details check the updated HTML5 Report Viewer in ASP.NET Core.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
guga
Top achievements
Rank 1
answered on 13 Oct 2016, 04:58 PM

Hello Stef, 

I downloaded the 10.2.16.1007 version but cannot restore this package. In my project.json the key "Telerik.Reporting": 10.2.16.1007 have an error message with this: "The dependency Telerik.Reporting 10.2.16.1007 does not support framework .NETCoreApp,Version=v1.0"

Can you help me? Perhaps I forgotten something...

Thanks!

 

Regards!

0
Scott
Top achievements
Rank 1
answered on 17 Oct 2016, 07:20 PM

My Telerik.Reporting resolves okay but when I add Telerik.Reporting.Services.MVC6 only version 10.0.16.204 is available and so it will not work. Any help appreciated.

 

Thank you,

Scott

0
Scott
Top achievements
Rank 1
answered on 17 Oct 2016, 07:54 PM
I was too hasty in my last post, everything is good now. I was missing Terlerik.Reporting.Services.AspNetCore
0
Paul
Top achievements
Rank 1
answered on 18 Oct 2016, 01:20 PM

Hi All,
        Can anyone other than a telerik dev / employee tell me if they have managed to install the telerik packages Telerik_Reporting_R3_2016_10_2_16_1007_TRIAL.nupkg and Telerik_Reporting_Services_AspNetCore_R3_2016_10_2_16_1007_TRIAL.nupkg in a brand new asp.net core application (.net framework) (with or without the necessary prerequiesites as listed int the documentation "HTML5 Report Viewer in ASP.NET Core").

I ask this because so far l have lost over 8 hours trying something which with regards Nuget Packages is generally just a point click your done operation. On the 2 machines l have tried (my normal dev box, and a completely clean virtual machine dev box just with whats needed) the nuget packages will just not install due to: The dependency Telerik.Reporting.Trial >= 10.2.16.1007 could not be resolved.

Suport did send me a video of creating a solution and installing the nuget packages but again it did not work for me, sadly this forum wont allow uploads of video files as maybe someone could of viewed and commented on it, for those of us struggling with it.

If you have managed to install the latest telerik nuget packages can you please respond on what you did to make it work (excluding the stuff in the docs).

Thanks in advance to any posters
Regards
Paul

0
Stef
Telerik team
answered on 18 Oct 2016, 04:26 PM
Hi,

The video is attached for anyone interested. It is a SWF file that can be previewed in IE browser.
The demo project from the video is created based on the HTML5 Report Viewer in ASP.NET Core help article.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Paul
Top achievements
Rank 1
answered on 19 Oct 2016, 11:10 AM

Hi All,

        For those of you like me who have been trying to install the nugget packages (R3_2016_10_2_16_1007_TRIAL) here is the solution that worked for me. After losing countless hours trying to install the nugget packages downloaded from the accounts section it appears that the file name needs to be the same as the nuget package id (inside the nugget spec file), so change the package name to read Telerik.Reporting.Trial.nupkg and Telerik.Reporting.Services.AspNetCore.trial.nupkg.

Hope that helps

Paul

 

0
Paul
Top achievements
Rank 1
answered on 19 Oct 2016, 12:13 PM

Just to be thorough, correct, keep the version number in the file but both will install in visual studio  

Telerik.Reporting.Services.AspNetCore.trial.10.2.16.1007.nupkg

Telerik.Reporting.Trial.10.2.16.1007.nupkg

 

0
Paul
Top achievements
Rank 1
answered on 19 Oct 2016, 12:48 PM

HI,

    Hopefully the last post by me on this subject. Just in case you want to get the actual solution working that was sent a couple of posts up ASPNETCoreDemo10-2-16-1007.zip, to save you googling the error you may get regarding an httpfailure (due to not being able to read the config file) assuming you got the nuget packages installed, just go into project properties -> debug section and change the port number in the app url.

Paul

0
Kasun
Top achievements
Rank 1
answered on 19 Oct 2016, 07:39 PM

Hi, Im trying to add Telerik_Reporting_R3_2016_10_2_16_1007_DEV.nupkg and  Telerik_Reporting_Services_AspNetCore_R3_2016_10_2_16_1007_DEV.nupkg in to my .Net Core WebApi project. 

But it says Unable to find metadata of Telerik.Reporting.10.2.16.1007

Same this happens for both packages. 

Can anyone help me with this? 

 

0
Kasun
Top achievements
Rank 1
answered on 19 Oct 2016, 07:50 PM
Thanks Paul. This helped
0
Peter
Telerik team
answered on 20 Oct 2016, 10:41 AM
Hello,

Our recommendation is to use the Telerik NuGet feed at https://nuget.telerik.com/nuget whenever possible as elaborated in HTML5 Report Viewer in ASP.NET Core.

Generally if you want to use NuGets that are manually downloaded you have to remove the suffix and add nuget spec. Currently we are investigating options to streamline the process.

Update:
For manually download the packages it's enough to rename them as follows:
Telerik.Reporting.Services.AspNetCore.Trial.10.2.16.1007.nupkg
Telerik.Reporting.Trial.10.2.16.1007.nupkg

Regards,
Peter
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Paul
Top achievements
Rank 1
answered on 20 Oct 2016, 10:47 AM

Hi Peter,

              Thanks for the heads up, is the new way forward as l was told the exact opposite by support i.e use the download from the accounts section and not the Telerik NuGet feeds?

Paul

0
Peter
Telerik team
answered on 21 Oct 2016, 01:40 PM
Hi Paul,

I have recommended the Telerik NuGet feed as the better option due to the extra work needed currently when local feed is used. We are still researching for the best solution.

Regards,
Peter
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Nouman
Top achievements
Rank 1
answered on 08 Feb 2017, 10:45 PM

It seems like the nuget packages are not available anymore

does telerik provide reporting with .net core till yet or not?

0
Accepted
Paul
Top achievements
Rank 1
answered on 09 Feb 2017, 05:06 AM

Using the path in Visual Studio (Package Source) https://nuget.telerik.com/nuget and when prompted with a logon dialog, using my telerik account email and password l have access to the aspnetcore reporting packages version v11.017.201.

If you do not see them then maybe send support a quick email, as they are there and do work.
Paul

Tags
General Discussions
Asked by
Dirk
Top achievements
Rank 1
Answers by
Stef
Telerik team
John
Top achievements
Rank 1
Dev
Top achievements
Rank 1
Jason
Top achievements
Rank 1
John
Top achievements
Rank 1
teaspoon
Top achievements
Rank 1
guga
Top achievements
Rank 1
Scott
Top achievements
Rank 1
Paul
Top achievements
Rank 1
Kasun
Top achievements
Rank 1
Peter
Telerik team
Nouman
Top achievements
Rank 1
Share this question
or