We have our reports hosted on Azure Blob Storage and would need to provide SAS token in the Url for them to open correctly. The behavior we are noticing with Report Viewer is very peculiar.
The token we pass in the Url looks like this: sp=r&st=2019-03-26T21:39:32Z&se=2019-03-27T05:39:32Z&spr=https&sv=2018-03-28&sig=6BSlZTyohlqKSSHFRCSj2Y%2BpmIiQ4LOB2M%2FmHnKrIdc%3D&sr=b
We looked at the request made by Report Viewer to download the file using Fiddler and it shows: sp=r&st=2019-03-26T21:39:32Z&se=2019-03-27T05:39:32Z&spr=https&sv=2018-03-28&sig=6BSlZTyohlqKSSHFRCSj2Y+pmIiQ4LOB2M/mHnKrIdc=&sr=b
If you notice %2F is being translated as +, but for Azure that's how the SAS tokens work and the call gets rejected with 403.
We thought maybe we can encode the Url but doing that we are running into this limitation.
Unable to get report parameters.
An error has occurred.
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Any suggestions?
Thanks,
Harsimrat
Hi,
I'm using the Telerik report viewer for angular (https://docs.telerik.com/reporting/angular-report-how-to-use-with-angular-cli). Is there a way to disable the zoom on double click?
Regard,

Hi there,
I'm going to be building some reports based on a Web Service data source and I was wondering if there's any way to build some unit tests so we can identify if a change to the underlying data / a missing sub-report etc has broken anything.
Thanks in advance,
Mat
We have our trdp files available using external link and since we deployed this from local machine to Azure server, we started to get this 404 Not found and it's super uninformative on what's happening. We don't have CORS issue, as you can see the server is being hit in Fiddler logs and it goes as far as render the document.
Any help will be much appreciated.



I have a report and I need to set a group '' property to 'after' if a parameter on the report is 'true'. Is there a way of doing it?
I am using the report designer for WPF.

Hello,
in my project i need to sum values from DB column which contains string values too (column Value (type String)). I have information about type of Value (column Type).
Please is possible to write expression for conversion Value from type String to type Float and then SUM all this numeric values?
Simplified model:
ID Value Type
================
1 5,21 number
2 text 1 string
3 4,56 number
4 text 2 string
And i need summary: 5,21 + 4,56 = 9,77
Thanks for any idea.
Lukas
Telerik Report Designer v11.2.17.1025
Hello,
We have a Win Forms project with a Telerik Report and at the same project we have a Form where we added the report viewer. What we want to do is to get the item collection of the Report to our main Form and change their values before we display the report at the viewer.
Thanks in advance for your time.

Ok, admittedly, I haven't worked on this project for at least 3-4 years... However, a recent discovery of a bug means I need to modify some reports. We have got version 9.1.14.624 with no option to update.... Now when trying to run a report in debugger IIS Express we get the following error and reporting just halts and dies...rendering the product completely useless to us...
TypeError: Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 8 is not of type 'Storage'.
at setItem (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:3531:27)
at value (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:3540:18)
at Object.clientId (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:3592:25)
at setClientId (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:527:31)
at Object.<anonymous> (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:547:18)
at i (c:\projects\stable\touchretail.trims.hub\scripts\jquery-2.2.0.min.js:2:27066)
at Object.fireWith [as resolveWith] (c:\projects\stable\touchretail.trims.hub\scripts\jquery-2.2.0.min.js:2:27829)
at z (c:\projects\stable\touchretail.trims.hub\scripts\jquery-2.2.0.min.js:4:11828)
at XMLHttpRequest.<anonymous> (c:\projects\stable\touchretail.trims.hub\scripts\jquery-2.2.0.min.js:4:15388)
How to fix this please? We've not changed our code for donkeys years, so why would this stop working all of a sudden?
