Hi Guys,
I have created a class library for reporting only and used telerik.reporting version 10.2.16.914 in my Class library(myReportingDLL). I referenced my Class Library (myReportingDLL) to a Web Project and Web project have telerik.reporting version 10.1.16.504.
Previously, Web project not giving any error and report runs but now it is giving an error;
"could not load file or assembly 'telerik.reporting, version=10.2.16.914, culture=neutral, publickeytoken=a9d7983dfcc261be' or one of its dependencies. the located assembly's manifest definition does not match the assembly reference. (exception from hresult: 0x80131040)"
Please advise.
Type mismatch in function arguments. Cannot find an overload of the function Join() that accepts arguments of type (String, String).

Hi,
I'm using Visual Studio 2015 w/Telerik R1 2017 & SQL Server 2012.
Having a strange issue when configuring a report source.
1. Under Configure data connection choose an existing (good) data connection.
2. Click next and select 'Use as Shared Connection'
3. Click next and enter my SQL statement. The first statement is an @declare. Followed by some select statements to get the data. It's a fairly simple 6-table join (works in SSMS).
4. Open the query builder. Gives message 'The Declare SQL construct or statement is not supported.' Click Ok and then Execute Query. The same records are returned as when running the query in SSMS.
5. After configuring the data source and design time parameters I get to the preview screen.
6. Click Execute Query. Get message 'The variable name @CustomerNumber' has already been declared...' It's using the same parameters as step 4.
Questions:
In step #4 the SQL query runs in spite of the message 'The Declare SQL construct...'. Does this mean the query is Ok or not? If not Ok then why is data returned from the query builder? The SQL is valid in SSMS so I would expect the same to be used when in the designer. The message 'The Declare SQL construct...' is troubling as this is a normal part of SQL Server. So does the Telerik designer support the FULL implementation of SQL Server?
In step #6 the error message is misleading. The variable is only declared one time. How can I get past the error message?
Thanks,
Jim B
Any chance to have a responsive html report, I didn't find any responsive report in demos!
Thanks in advance
How to use report in angular 1.x with sql server . provide some sample code .
Hello. I have a project that uses Telerik controls. In my case, I'm dealing with Telerik Reporting.
When I try to preview the report in Visual Studio (I'm using VS 2017), an error about lc.exe is preventing the preview. IIn the past, 've usually deleted license.licx files from the entire solution and things worked.... except for today.
After deleting those licx files, they get re-added ( obviously ) and I'm still unable to preview my report.
What are other ways around this? Deleting the licx files isn't working any more it seems.
Hi All,
This might just be my lack of M$ Word skills, but how do you add / edit text outside of the nested tables that are generated from an exported report, Html Viewer - export to word, as l can not seem to figure it out.
If l use export to RTF and then open /edit with word it all works fine and l can move my cursor outside of the tables and add text etc. At first l thought maybe it was my report but trying one of the online Telerik Demo reports exported to Word, gives me the same amount of frustrations.
Typing inside the tables is fine, but l would like to add stuff after the tables, my version of word is the desktop office 2013.
Thanks in advance
Paul.

Hello everyone,
I am using both
3> No way to resolve conflict between "Microsoft.ReportViewer.ProcessingObjectModel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" and "Microsoft.ReportViewer.ProcessingObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "Microsoft.ReportViewer.ProcessingObjectModel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" arbitrarily.
3> No way to resolve conflict between "Microsoft.ReportViewer.DataVisualization, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" and "Microsoft.ReportViewer.DataVisualization, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "Microsoft.ReportViewer.DataVisualization, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" arbitrarily.
Reports seem to be working as expected, but I am particularly worried about two last messages because I have replaced all references I have found to the 10.0.0.0 version, but I wonder if there is any hidden dependency to a specific Microsoft.ReportViewer version.
Any hint would be appreciated.
Thank you in advance.
I had set the parameter type as DateTime and put the Data source.
But in the HTML5 report viewer its showing the List view.
But i wish to Display the Field as DateTime picker and set the max/min from the datasource.
Any one had idea on how to achieve that ? Thanks in advanced
