Hello Telerik Reporting Community,
We have released a new version of Telerik Reporting today, 2024 Q1 (18.0.24.130). Please update your existing installation at your earliest convenience.
You can review the Legacy Installer Vulnerability - Telerik Reporting article to learn more details about why we are recommending customers to update.
To get the new version, take the following steps:
As the KB article explains, the issue pertained only to the old installer component, and not Telerik Reporting contained within the installation package. It does not affect any applications you’re using Telerik Reporting with.
If you have a rare situation where you cannot update the PC installed version, there are various ways to keep a project using an older version of reporting even though the PC has a newer version installed.
We highly recommend you open a Technical Support Ticket if you have a complex situation and would like to ask questions before updating the PC’s installed version. You can open a Support Ticket here => https://prgress.co/DevToolsSupport.
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
https://modrinth.com/organization/iberiatelefonocmo-llamar-a-iberia-en-chile
I am currently using Telerik Reporting version 15.1.21.616 (R2 2021 SP1) in my ASP.NET application. I noticed that the report viewer only exports to the legacy Excel format (.XLS) and there is no option for Excel (.XLSX) in the export formats.
I have checked the Bin
directory of my installation, and I do not see the Telerik.Reporting.XlsxRendering.dll
assembly, which I understand is required for XLSX export.
Im getting the "single-row subquery returns more than one row" error when using a stored procedure as a datasource.
This is the beginning of the procedure that I am calling from the report:
create or replace PROCEDURE get_idoc_report (
pStart_Date IN DATE,
pEnd_Date IN DATE,
pPrepMethod IN VARCHAR2,
pAnalyticalMethod IN VARCHAR2,
pInstru IN VARCHAR2,
pMatrix IN VARCHAR2,
pPrepAnalyst IN VARCHAR2,
pAnalyticalAnalyst IN VARCHAR2,
pWO IN NUMBER,
pWO_ID IN VARCHAR2,
pAR IN VARCHAR2,
p_cursor OUT SYS_REFCURSOR
)
IS
BEGIN
OPEN p_cursor FOR
select distinct
to_char(sysdate, 'MM/DD/YYYY') as Current_Date,
to_char(pStart_Date, 'MM/DD/YYYY') as WO_Start, ......
I have run the procedure in SQL Developer using a record to get data from the cursor, and it returns the expected number of data rows. I have used the same query as a Text select datasource query in Telerik and it worked. Any idea why I am getting the "single-row subquery returns more than one row" ? I am thinking Telerik Standalone is not able to access the rows returned from the sys_refcursor output. Any help is appreciated. I have attached the procedure text and a screenshot of the datasource setup.
Using Telerik Report Designer Version 17.1.23.606 and Oracle Database 19C.
i get this error https://nuget.telerik.com/v3/index.json. Response status code does not indicate success: 401 (Unauthorized).
I BOUGHT THE $699 TELERIK REPORTING VERSION and I don't have a way to see my token in my account to connect to the Telerik feed. My account still seems to be a trial account. I already used my user ID, my email address, and my apikay to connect, but I couldn't. Any suggestions would be welcome. Thanks in advance.
Hi Telerik Team,
I’m working with Telerik Report Designer and using a Web Service Data Source that is protected with two-step authentication. In my report, I have three report parameters: ClientId
, Year
, and Month
. These parameters are passed to the API and are also used in three corresponding filters on the data source to dynamically fetch data for a crosstab.
From my understanding, when I click on the Preview button in the Report Designer:
The first API call is made to retrieve the schema of the web service (to understand the structure).
The second API call is made to fetch the actual data, using the parameter values I’ve provided.
Could you please confirm whether this is the expected behavior — i.e., that the Web Service Data Source initiates two separate API calls (one for schema, one for data), or it calls more than three times during preview?
I’m asking this to clarify internally, as I need to explain this behavior to my team.
Thank you in advance!
Best regards,
Prabesh Shrestha
hi,
I would like to ask, why does Telerik Report request the /info api multiple times? Can this info interface be requested in other ways to reduce the number of times?
thanks.