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

REST Reporting Service & Cache providers

1 Answer 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
PrimePay
Top achievements
Rank 1
PrimePay asked on 08 Aug 2016, 07:23 PM

I am trying to configure the REST API service use a custom class that implements Telerik.Reporting.Cache.Interfaces.ICache. I am following this doc's instructions and am stuck on the web.config declaration. In the configSections, I need to add a section declaration for the Telerik reporting, but am unsure what class to specify. Is there another doc page has this information? Also, the reason I'm trying to implement my own ICache is to figure out what it does - can someone enlighten me, or point me towards a doc page with this information?

 

Web.config section declaration [template] below:

<section name="Telerik.Reporting" type="Telerik.Reporting.[SomeClassHere], Telerik" />

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 09 Aug 2016, 03:09 PM
Hello,

the linked article is not related to the cache management of the HTML5 Viewer and the Reporting REST service. It is related to the old ASP.NET WebForms ReportViewer.


How the REST service's cache works can be check here. Details about the available Storage options for the service - REST Service Storage. The implementation of each storage option is available in the source code that can be downloaded from your Telerik account.

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
Tags
General Discussions
Asked by
PrimePay
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or