List<
QCObject
> list = new List<
QCObject
>();
list.Add(obj);
Hi,
I'm trying to implement the Telerik reporting engine using Azure functions. When I provide an objectdatasource the ReportProcessor renders with an Exception
The assembly "MyAssembly" is not permitted to be used by an ObjectDataSource section of your application configuration file.
I assume thisis related to AssemblyReferences configuration specified here: https://docs.telerik.com/reporting/objectdatasource#configuration
Azure functions do not support web.config files. Is there any other option to set the AssemblyReferences?
Thanks
Matthias
Hi,
I am not sure that I have designed my report the most efficient way but that is another issue, I currently have a report that displays multiple different parameters from a database each displayed in their own table with their own sqldatasource. This all works fine but like I say, I don't think this is the most efficient way.
My issue is, there is a requirement for one of the parameters to only be displayed depending on the value of another parameter in another table. How would I go about doing this?
Any help/pointers in the right direction would be greatly appreciated.
Thanks
Kristin
Hi Telerik team,
I know actually there is no native support for localization in standalone report (contrary to visual studio report).
I wondered if this feature will be implemented in a near future or if it is not planned for the moment.
Thanks a lot for your feedback.
Yannick
Hi Team,
We are getting the error message "Internal Server error. The Device is not ready"
Is there a solution/fix
available to avoid the following error which occurs inconsistently."
"Internal Server error. The device is not ready! .
Kindly let us know when this issue will occur since we are not able to reproduce consistently
PFA error snapshot for the exact error details
Additional Details : Issue occurs only when we host the application in IIS, when we run locally we dont have any issues.
hello,
I'm using Telerik Reporting HTML Viewer (telerikReportViewer-8.1.14.618.min.js).
In the server side I'm using Telerik.Reporting in c#.
All are work perfectly but once every few months all reports are stop working,
I get some http errors in some telerik reporting automatic requests.
Sometimes I got the error for the following request:
POST http://web.otech.co.il/otech/api/reports/clients
the response is:
System.ArgumentNullException Value cannot be null
at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector)\r\n
at Telerik.Reporting.Services.Engine.PersistableCollection`1.GetEnumerator()\r\n
at Telerik.Reporting.Services.Engine.ReportEngine.CollectExpiredData()\r\n
at Telerik.Reporting.Services.Engine.ReportEngine.RegisterClient()\r\n
at Telerik.Reporting.Services.WebApi.ReportsControllerBase.RegisterClient()\r\n
at lambda_method(Closure , Object , Object[] )\r\n
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)\r\n
at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}
Sometimes I got error 500 for the following request:
POST http://web.otech.co.il/otech/api/reports/clients/102530-76b8/instances
the response is:
System.ArgumentNullException Value cannot be null
at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector)\r\n
at Telerik.Reporting.Services.Engine.PersistableCollection`1.GetEnumerator()\r\n
at Telerik.Reporting.Services.Engine.KeyItemPersistableCollection`2.ResolveItem(K referredInstanceKey, Boolean& newItem)\r\n
at Telerik.Reporting.Services.Engine.ReportEngine.CreateReportInstance(String clientID, String report, Dictionary`2 parameterValues)\r\n
at Telerik.Reporting.Services.WebApi.ReportsControllerBase.CreateInstance(String clientID, ClientReportSource reportSource)\r\n
at lambda_method(Closure , Object , Object[] )\r\n
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)\r\n
at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}
Sometimes I got the error for the following request:
POST http://web.otech.co.il/otech/api/reports/clients/103331-358d/parameters
the response is:
Invalid report type
System.ArgumentException
at Telerik.Reporting.Processing.TypeReportDocumentResolver.Resolve(IProcessingContext context, TypeReportSource rs)\r\n
at Telerik.Reporting.Processing.ReportDocumentResolver`1.Telerik.Reporting.Processing.IReportDocumentResolver.Resolve
(IProcessingContext context, ReportSource rs, Boolean loadParameters)\r\n
at Telerik.Reporting.Processing.ReportDocumentResolver.Bind[T](ReportSource source, Func`2 func)\r\n
at Telerik.Reporting.Services.Engine.DocumentResolver.ResolveReportDocument(ReportSource source, Boolean applyParameters)\r\n
at Telerik.Reporting.Services.Engine.ReportEngine.GetParameters(String clientID, String report, Dictionary`2 parameterValues)\r\n
at Telerik.Reporting.Services.WebApi.ReportsControllerBase.GetParameters(String clientID, ClientReportSource reportSource)\r\n
at lambda_method(Closure , Object , Object[] )\r\n
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)\r\n
at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}
This error is occurred on known report that worked perfectly before.
I'm try restart the IIS, restart the computer ant etc. , nothing helped.
When I copy the entire site directory and configure new site in IIS - It started work again.
Also, If I copy the entire site directory to another new directory and just configure the existing site to link to the new directory - also it started work..
Do you know what can be the reason of this problem? It's very worth for my customer to stop and recreate the site once every few months..
Thanks,
Chani
I followed the steps in the Telerik reporting video found here: https://www.youtube.com/watch?v=UF1mL6vzJDs. I was able to get everything working on my development machine but when I put it up on the webserver, it just gets to the part where the page says "loading..." and stops. No error, nothing. Any suggestions on what I might be missing. I am able to tell that it at least gets to this line in the index.html: <script type="text/javascript">
$(document).ready(function () {
Thanks,
Jennifer
Hello,
I'm trying to setup reports in my Angular application. I've followed the guides and I'm stuck at creating the REST service. My setup:
Angular 6 application
.NET Core Web API
Telerik REST Project
When following this guide:
https://docs.telerik.com/reporting/telerik-reporting-rest-host-http-service-using-web-hosting
I get an error when using the project template. It's
"The name 'AreaRegistration' does not exist in the current context"
Any ideas would be appreciated.