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

Telerik html5 report viewer on my angular 6 offline

3 Answers 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tally
Top achievements
Rank 1
Tally asked on 01 Aug 2019, 11:00 AM
I am using Telerik html5 report viewer on my angular 6 application. Currently the css is downloaded from the web using:
<link href="http://kendo.cdn.telerik.com/2019.1.115/styles/kendo.common.min.css" rel="stylesheet" /> <link href="http://kendo.cdn.telerik.com/2019.1.115/styles/kendo.blueopal.min.css" rel="stylesheet" />
The problem is that my application needs to be offline. How do I accomplish this?
Are there any other actions I need to do in order for it to work offline?
TX Tal

3 Answers, 1 is accepted

Sort by
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 05 Aug 2019, 12:26 PM

Hi Tally,

The required files are delivered over a publicly available Content Delivery Network. These file can also be downloaded for offline use by pasting the direct link into a browser navigation bar as shown in the below screenshot. After the link opens, copy the contents of the browser window and paste it into a new file in your angular 6 application.

 

Please let me know if you need any additional information. Thank you for using the Telerik Reporting Forums.

Regards,

Eric R
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
Tally
Top achievements
Rank 1
answered on 05 Aug 2019, 12:33 PM
Do I need any other content in order for the viewer to work?
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 05 Aug 2019, 09:03 PM
Hi Tally,

The viewer is designed to request the resources through the Reporting REST Service. Although, I am not certain how the report viewer is setup with this application.

I recommend using the Web Browser's developer tools to discover what is hitting the content deliver network and downloading the assets. To open the developer tools right click anywhere in the page and select inspect element. Then locate the Network tab and refresh the page.

Additionally, the HTML 5 Report Viewer requirements can be found in the Requirements documentation.

Please let me know if you need any additional information. Thank you.

Regards,

Eric R
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
Tally
Top achievements
Rank 1
Answers by
Eric R | Senior Technical Support Engineer
Telerik team
Tally
Top achievements
Rank 1
Share this question
or