Telerik Forums
Reporting Forum
5 answers
350 views

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.

Stef
Telerik team
 answered on 12 Jun 2017
5 answers
1.6K+ views

Type mismatch in function arguments. Cannot find an overload of the function Join() that accepts arguments of type (String, String).

 

Katia
Telerik team
 answered on 12 Jun 2017
2 answers
359 views

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

Stef
Telerik team
 answered on 12 Jun 2017
2 answers
115 views

Any chance to have a responsive html report, I didn't find any responsive report in demos!

Thanks in advance

Stef
Telerik team
 answered on 12 Jun 2017
1 answer
73 views
how to pass ReportParameters  in angular JS  . kindly provide some sample code .
Stef
Telerik team
 answered on 09 Jun 2017
1 answer
275 views

How to use report in angular 1.x with sql server . provide some sample code .

 

 

Stef
Telerik team
 answered on 09 Jun 2017
3 answers
371 views

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.

Stef
Telerik team
 answered on 08 Jun 2017
6 answers
754 views

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.

 

 

 

Katia
Telerik team
 answered on 08 Jun 2017
1 answer
446 views

Hello everyone,

I am using both

  •  Telerik.ReportViewer.WebForms 11.0.17.222 and 
  •  Microsoft.ReportViewer.WebForms 12.0.0.0 in the same solution.
     
     I have just upgraded from Microsoft.ReportViewer.WebForms 10.0.0.0 and whenever I build my solution I get the following messages:
     
    C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3268: The primary reference "Telerik.Reporting.Services.HttpClient, Version=11.0.17.222, Culture=neutral, PublicKeyToken=a9d7983dfcc261be, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.0". To resolve this problem, either remove the reference "Telerik.Reporting.Services.HttpClient, Version=11.0.17.222, Culture=neutral, PublicKeyToken=a9d7983dfcc261be, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".

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.


Stef
Telerik team
 answered on 08 Jun 2017
1 answer
467 views

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 

Katia
Telerik team
 answered on 08 Jun 2017
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?