Hi all - we have a website which uses Telerik Reporting, setup as a REST webservice - we have a backend api which makes calls to the Telerik service.
We have 3 separate environments - DEV, STAGING and PROD, of which only PROD is giving us problems.
Thought it might be a firewall issue, but now thinking something is interfering with the REST service - after tracing a few calls, the client id is created and given back, but often when we send it to get a report, we get an error that the client is is "not found" and "expired".
I've also seen it get PAST this part, go ahead and generate the report, then give back the ID, but when we make the call to fetch the report document, we get a "gone" error.
It seems like a session is started when the client 1st gets the client ID, but does not stay alive, or is being killed, before we can do anything.,
I HAVE ALREADY SET ClientSessionTimeout - tried setting it to 16 minutes, but the call to api/Reports/clients/sessionTimeout ALWAYS return 960 - ???
I'm thinking it's maybe some Azure Application Service setting, but I'm not the one who would check, I'm just a programmer, hoping to have some ideas to pass along to the Azure team here.
Thanks!

Dear Support,
I am getting below error while implementing page numbers below
= 'page ' + PageNumber + ' of ' + PageCount
Thank you,
Imran

I report that crashes if there are more than 10 or so pages. I have simnpified this report so it has no formatting, no grouping and only one field of data. I have made this report as simple as I can.
When I run the report I get the error below.
{"message":"","exceptionMessage":"One or more erro…ype":"DocumentRenderException","stackTrace":null}', _error: '', _responseJSON
If I run the same report but filtered for fewer pages, it works fine.

this.viewer = $('#reportViewer')
.telerik_ReportViewer({
serviceUrl: `${environment.apiUrl}/reportdesigner/`,
reportSource: {
report: `${reportName}`,
parameters: {
editors: {
singleSelect: 'COMBO_BOX',
multiSelect: 'COMBO_BOX',
},
},
},
parametersAreaVisible: true,
parametersAreaPosition: 'TOP',
})
.data('telerik_ReportViewer');"How can I get continuous serial numbers (1, 2, 3, 4, etc.) in a grouped table with 12 columns? Currently, the 'Column()' is only displaying 1. How can I generate a proper serial number for the grouped table?"
Hello,
I am using the Telerik Angular Report Viewer and Reporting REST service to configure Telerik Reporting. However, I am unable to obtain the authorization token needed to set the connection string. I have implemented the Telerik custom report source resolver in my application. After reading a few articles, I learned that the authorizationToken can be set in the HTML file. However, I am unsure how to apply this token in my report controller or within my custom source resolver.
Telerik angular viewer :
</div>
Report controller -
[Route("api/BME/[Controller]")]
[ApiController]
public class ReportsController : ReportsControllerBase
{
public int ClientSessionTimeout { get; set; }
public ReportsController(IReportServiceConfiguration reportServiceConfiguration, IConnectionFactory connectionFactory)
: base(reportServiceConfiguration)
{
}
Thank You,
Pragati
I am upgrading my Blazor application to .Net 9 and changing the report viewer from the older Blazor viewer to the new Blazor Native viewer and I have found that when I use the search to find text within a report that the text when found is not highlighted as it was in the previous version. I've followed the instructions for configuring the viewer and everything else seems to be working correctly. I'm not receiving any error messages so I don't know if this is just a missing feature not implemented in the newer Native viewer.
Hi,
Do we have any property to pass auth token to web report designer?
I have seen the way around to intercept fetch and pass token but its going to add header in all call from applications.
Can we please add a property to add token like we have in Report Viewer.
Thanks
Greetings.!
how i can send parameters from asp .net core project and show it in telerik reporting with an conexion mySQL.
attached proyect
Regards.!