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

netcoreapp 1.1

4 Answers 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
faris
Top achievements
Rank 1
faris asked on 28 Jul 2017, 07:58 AM

Hi there. im in trial version. i plan to buy telerik devcomplete version. But my company using asp.net core framework netcoreapp 1.1. i try to use telerik reporting. but its not working for this framework. my company not allow to use .net framework 4.6. 

Please advice me.

 

thank you

4 Answers, 1 is accepted

Sort by
0
Katia
Telerik team
answered on 28 Jul 2017, 11:52 AM
Hi faris,

HTML5 Viewer can be added in a .NET Core project as described in HTML5 Report Viewer in ASP.NET Core help article.
The Reporting REST service can be hosted in a separate project that targets a standard .NET framework, required by the existing rendering mechanisms.

Reporting engine relies on GDI+ available on Windows OS machines, which results in the requirement of net461. 
 
Also, the limitation for .NET Core project is that you cannot use VS Report Designer, Wizards and report templates in it, even if Telerik Reporting is installed on the machine.
The solution would be to have a separate ClassLibrary project that contains all reports. More detailed recommendations on the recommended solution structure can be found in How To: Create a Report (Visual Studio) help article.
You can also use Standalone Report Designer to create reports.

Hope this information will help.


Regards,
Katia
Progress 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
faris
Top achievements
Rank 1
answered on 28 Jul 2017, 12:07 PM
[quote]Katia said:Hi faris,

HTML5 Viewer can be added in a .NET Core project as described in HTML5 Report Viewer in ASP.NET Core help article.
The Reporting REST service can be hosted in a separate project that targets a standard .NET framework, required by the existing rendering mechanisms.

Reporting engine relies on GDI+ available on Windows OS machines, which results in the requirement of net461. 
 
Also, the limitation for .NET Core project is that you cannot use VS Report Designer, Wizards and report templates in it, even if Telerik Reporting is installed on the machine.
The solution would be to have a separate ClassLibrary project that contains all reports. More detailed recommendations on the recommended solution structure can be found in How To: Create a Report (Visual Studio) help article.
You can also use Standalone Report Designer to create reports.

Hope this information will help.


Regards,
Katia
Progress 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

[/quote]

 

yes i had tried this. But i need to change to .neg framework 4.6.1. I cannot using framework netcoreapp 1.1

0
faris
Top achievements
Rank 1
answered on 29 Jul 2017, 01:37 AM
i think i cannot use telerik reporting. due to all my project is netcoreapp. n also we running on linux. not windows.
0
Katia
Telerik team
answered on 31 Jul 2017, 02:37 PM
Hello faris,

HTML5 Viewer is an HTML/CSS/JS widget that can be used in any web application where you can load jQuery and the viewer's HTML, JS, CSS template files - Requirements.

However, the content of the viewer is delivered by an instance of Telerik Reporting REST service and it is required for the service to be hosted on an Windows OS machine due to the usage of GDI+ methods.
Additionally, Report Designers can operate only on Windows OS machines - System Requirements.


Regards,
Katia
Progress 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
Tags
General Discussions
Asked by
faris
Top achievements
Rank 1
Answers by
Katia
Telerik team
faris
Top achievements
Rank 1
Share this question
or