hi
i installed telerik report in the solution, create all i need for creating a report. when i execute, the report does not show up in the viewer and i get the following error in google chrome Console tab :
POST http://localhost/my_project//api/reports/clients 500 (Internal Server Error)
Uncaught (in promise) Invalid cliendID
and in the network tab i get this :
<Error>
<Message>An error has occurred.</Message>
<ExceptionMessage>
The 'ObjectContent`1' type failed to serialize the response body for content type 'application/json; charset=utf-8'.
</ExceptionMessage>
<ExceptionType>System.InvalidOperationException</ExceptionType>
<StackTrace/>
<InnerException>
<Message>An error has occurred.</Message>
<ExceptionMessage>Point d'entrée introuvable.</ExceptionMessage>
<ExceptionType>System.EntryPointNotFoundException</ExceptionType>
I dont know what it means. Can anybody helps please
Hello,
I searched the forums but was unable to find the issues that are similar to mine. Recently we updated to a newer version of Telerik Reporting(12.2.18.1017). Either way when loading one of our old reports into the viewer or first loading it within the design which updates it to the new trdx model and saving. Then loading in the HTML 5 viewer. There seems to be a bug with HTML 5 Viewer when using parameters that are AllowNull and MultiValue together. In my case the lists are bound to a data source. Upon clicking an option in one of my lists. An API call is triggered for "parameters". Any list that where AllowNull and MultiValue by default will have a value of null. So if you look at the ajax call to parameters(via developer tools in Chrome) you will see the following in the JSON request object.
MyList: [null]
It is correctly passing that over as an array. However, because null is the value selected . This causes an error on the response such as
InnerException":{"Message":"An error has occurred.","ExceptionMessage":"No corresponding available value for value , parameter MyList","ExceptionType":"System.Exception","StackTrace":" at Telerik.Reporting.Processing.Parameter.GetSingleLabel(Object value)\r\n at Telerik.Reporting.Processing.Parameter.get_Label()\r\n at GetLabel(Object )\r\n at Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(Object target)"}}}
However, if before I click on a value in my first list that causes the call to the API. If I choose a value within the AllowNull/MultiValue list and unselect it again. This time when I click on the first list that triggers the API call the parameter is omitted from the JSON which basically means nothing is selected and there is no exception. I tried many solutions without luck. I tried using jQuery to find the elements after load and trigger click on all first elements twice to select/unselect them but this does not work. Triggering click does nothing. Is there anyway via the report viewer data object($('#report-viewer').data("telerik_ReportViewer")) to force these lists to clear their values so that [null] is not passed? This did not happen in our old version(~2016) in the WinForms viewer. There the list would show as a disabled drop down with a checkbox to the right of it named "Null" that was checked.
In the report designer, I have an HtmlTextBox
In the textbox, I have an ordered list.
I need to change the numbering of the list to start at a value other than 1.
Looking on line, this can be done either by setting the "start" attribute on the OL tag, or the "value" attribute on the LI tag.
<ol start="10">
<li value="10">
I've tried both of those, but it doesn't work. It shows my new starting number in the HTML Value designer, but when I click OK and go back to the report designer, it still starts at 1.
Hi
I have recently upgraded to the new version of telerik 2018 R3. Now the parameterarea is not visible anymore.
1. I have reports with parameters visible
2. I added .ParametersAreaVisible(true) to the reportviewer just to be sure
3. Locally is works fine
4. When i look at the reportviewer where it doesn't work the button in the toolbar is disabled.
5. When i try to manually toggle the parameterarea it does nothing.
Any idea on how to fix this?
Thanks
Ronald
I am currently experiencing the missing toolbox in Visual Studio 2017 Professional.
I have followed the instructions, pinned to to top of the reporting forum, found here: https://www.telerik.com/forums/missing-telerik-menu-in-vs2017.
I have
(1) Closed all visual studio instances
(2) Downloaded the Duplicate Extension finder
(3) Opened the command prompt as Admin
(4) Ran the Duplicate Extension Finder tool with the -delete option
(5) Started Visual Studio 2017 again, as Admin
(6) Opened the Tools-> Extensions and Updates
(7) Disables all Telerik and Kendo extension entries
(8) Restarted Visual Studio 2017 as Admin
(9) Opened the Tools->Extensions and Updates
(10) Enabled all Telerik and Kendo extension entries
(11) Exited and restarted Visual Studio 2017.
And the problem still exists. The toolbox is not present when I open the report page.
I have since uninstalled the Reporting component using the Tools -> Extensions and Updates, and also used the Progress Control Panel to uninstall the Telerik Reporting component, demos and Visual Studio 2015 and 2017 extensions, and reinstalled them. I have run theDuplicate Extension Finder to remove and duplicate extensions (there weren't any this time around.)
But still...nothing. It still isn't showing.
I can see the ReportingToolbox.12.2.18.1129.pkgdef file under C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\Extensions\Telerik
I have attached an image from that file. The file references the D drive as that is where I have Telerik Reporting installed (corporate environment, no space on C). The file Telerik.Reporting.dll does exist in that location.
Is there something I can do to manually force the install of the Telerik Reporting toolbox?
We are using latest Web Service Data Source with Bearer Authentication, and are able to get the API token on each login request and even setup the correct TokenPath field with valid regular expression (?:"access_token":")(.*?)(?:"), but we are not able to access token value in subsequent API data request. As per our Web API requirement we have to pass the bearer token as a Authorization header in every API data request.
What is the way to retrieve run-time token value and pass this to Authorization header of each API data request?
Hello,
we are using Telerik Report Designer v 10.1.16.615 and we created a report where Avaliable Parameters (P1) are from SQL Querry where is the input another Parameter (P2). But what we need is to generate this report for each of this Avaliable values Separately as Default.
So I choose the P1 to not be a Multiple-valued (so for every Parameter its generated separately) but now we need to use EACH of the avaliable parameter to be Default so the Report will generate One report for Each of the avaliable value.
I tried to use fuction =AllValues but this function could not be called. Is there any other option so be able to do this ?
Thanks
Sorry for the long title. I'm working on a program that will create a transaction ticket. These tickets need to be saved to a server for auditing purposes in PDF format. I also need to simultaneously send it to the printer in silent mode with a user defined amount of copies (I will pass this using C#). In the past I used PdfSharp to create the PDF programmatically, I could then use Ghostscript.NET to send the PDF to the default printer silently with the amount of copies I wanted. It works well but is tedious. It also requires more dependencies than I'm comfortable with but it's free and it worked at the time.
I'm hoping I can create the ticket template using the Telerik report designer. Somehow load this trdp file into memory using C# and populate some fields in that report with actual values. (I still have to look up how to add fields without a data source). I don't want to use a data source if I can help it because the data comes from a few locations that I already have access to in memory so it would be much easier to just inject them at runtime.
Is this possible with Telerik? I apologize if this is a basic question but I couldn't find this in the documentation.
<
body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<div>
<asp:UpdatePanel ID="updatePanel1" runat="server" >
<ContentTemplate>
<telerik:ReportViewer ID="ReportViewer1" runat="server" Height="700px" Width="700px"
Report="RMSAnalyticsReports.rptIncidentDetail, RMSAnalyticsReports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
</telerik:ReportViewer>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</form>
</
body>