How can I bind one of the result set from stored procedure that returns multiple data sets in telerik report designer?
I need to bind first result set to a table and second result set to a list, how can I do this ?

Hello,
I have an issue with HTML5 Report Viewer 13.0.19 when exporting Excel.
It seems that if the size of the resulting excel is big aprox 15MB you get an error when open it saying there is a problem with the content of the .xls file, if you try the report with partial data then the resulting excel of those partial reports are ok,
Is there any known issue with this?
Regards.
Hi,
I have 2 tables in my report , each report has different data, it works very well, but there are 2 problems:
1) The measured table a lot of data, therefore it appears on more than one page, is that possible that the header of the table will always displayed on each page? ( I tried to set the 'ColumnHeaderPrintOnEveryPage' and it's not working)
2) The target value takes only one page , so I want the the table will continue showing up in every page the measured table exist.
this what happened now in page 2
The table measured Values has no header, and Target Values is empty (appears only in the first page)
thank you!

I have an application using ABP.IO framework. This framework implements Swagger on the Host side (REST service application). I've added the package Telerik.WebReportDesigner.Services (16.0.22.119) in the project and have compiled. I'm getting this error below and Swagger is no longer working. I've tried to override the method SaveReport and add [HttpPost], also to add [ApiExplorerSettings(IgnoreApi = true)], but, it is not working.
[16:06:51 ERR] An unhandled exception has occurred while executing the request.
We are currently using Telerik to generate unique barcodes and are running into an issue. Clients are printing the same barcodes multiple times without refreshing the list. Is there a way for us to either automatically refresh after a print has been completed or disable multiple prints of the same report?
General Info:
asp.net web application
Barcodes are generated through a stored procedure that verifies the barcodes are unique.
Hi Team ,
After updating version of Telerik assemblies, Itemdatabound event[I have attached one screenshot for reference (its written in .vb file)] is getting called while creating report as well while printing report. but I don't want it to get called while I am printing report. Is there any way that I can set autopostback(in telerik report) to false in telerik report ? Or any other solution will be appreciated to call Itemdatabound event only while creating report and not while printing.
Anyone can help me ?
Kind regards,
Payal
I have a line chart with two series. I would like to show or hide each series based on whether they are checked in a report parameter.
For example, if Ongoing is unchecked in the list below, the red line should disappear from the chart and legend. Is this possible?
If so, what property on the graph should be toggled and how can a particular checkbox value be determined in an expression?
For testing purposes I have hard-coded the data in the data source like this:
SELECT '2021-1' YearMonth, 1 AS New, 2 AS Ongoing UNION ALL SELECT '2021-2' YearMonth, 2 AS New, 3 AS Ongoing UNION ALL SELECT '2021-3' YearMonth, 4 AS New, 1 AS Ongoing
Thanks,
Tim
Hi,
I'm having a difficulty trying to make this design work. What I want is just to let the panels after the table to be positioned properly when the table size is growing.
Right now it's just messed up. It stays at the same position regardless of the table growing making it overlaps each other. (As you can see in the picture attached)
Any help would be highly appreciated.