I want to know if there is a way to format all decimals without making changes in reports and selecting every other textboxes?
Thanks in advence!
I am attempting to add an EntityDataSource for a DbContext that lives in an assembly outside of the one the report resides in.
I get the following error during the "Choose a context (DbContext or ObjectContext)" step of the wizard:
"Unable to resolve the context. Try to restart Visual Studio and check you data model".
Is it possible to add an EntityDataSource for a context in another assembly?
I have used the deprecated reportviewer in web forms in the past and it has been great. When I tried to create my first HTML5 Web Forms Report Viewer I followed the instructions here http://www.telerik.com/help/reporting/webforms-report-viewer-controls-embedding.html using the Telerik HTML5 Web Forms Report Viewer item template.
However there were some errors reported in the log when the page was created. See attached screen shot.
Error: No class implementing System.Web.HttpApplication is available
Error: Fail to register Global.asax routes.
I am not sure how to fix this.
Thanks.
I am migrating our solution to the new Visual Studio 2017 environment and also want to use source control in Visual Studio Team Services.
Building locally on my machine works fine. The build solution can be zipped and deployed to our clients server, but I want to make use of the VSTS deployment feature.
If I put my solution in VSTS and do a build I keep getting errors like:
licenses.licxlicenses.licx(1,0): Error LC0003: Unable to resolve type 'Telerik.Reporting.TextBox, Telerik.Reporting, Version=11.1.17.614, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'
And for some other controls as well.
.NET Framework 4.5.2
MVC 5
Terlerik Reporting 11.1.17.614
Al already added the referenced files for Teleri.Reporting to the project and set Copy Local to true.
I have multiple reports that have boolean parameters where I use a binding to show/hide certain items on my reports.
For example: I have a boolean parameter called 'Hide Actions' that will show/hide a text box. The binding on visibility is =IIf(Parameters.HideActions.Value = True, True, False).
This has always worked for me. But I recently upgraded to Reporting 2018 R2 and I am getting an error.
exceptionMessage:"An error has occurred while executing function GetData(). Check InnerException for further information."
exceptionType:"Telerik.Reporting.Expressions.InvalidExpressionException"
message:"An error has occurred."
I know this parameter is the issue because when I remove the parameter and binding on the text box, the report will work. Is this a known behavior?
Your help is appreciated.
It's work properly when i start project with .Net Framework and select ASP.NET Core 2.0.
But I got this error after created project with .Net Core and select ASP.NET Core 2.0
https://imgur.com/ky68CAI
And i got question its impossible to run your report on Redhat os?
Thank you sir.
Telerik Report rendering is very slow in VS2017 Enterprise (in both RC3 and RC2) -however it works fine in VS2015.
Is this a known issue ?