Telerik Forums
Reporting Forum
1 answer
777 views
I have a very simple need but cannot find an answer anywhere. I am using a Html5 Web Forms Report Viewer. I am displaying a table with a few types of columns. One of the columns displays data for various addresses (ie. 399 Main Street). I want to search that field so I set up a simple report parameter on the main part of the report - outside the table structure and then set up a filter inside the table using the name of this field for this expression (= Fields.FullAddress), a 'Like' operator and finally the parameter (= Parameters.Address.Value). This parameter structure sets up a textbox as a search editor, which is what I want. From this point on, the functionality I'm looking for is to type in part of an address and to use the value of the textbox to resolve a 'LIKE' expression, as the filter states. When I run the report, I don't get any values at all, no matter what I put into the textbox. I'm not sure what I am missing here. Maybe I'm missing the whole concept the 'Like' filter. Can anybody help me on this?
Silviya
Telerik team
 answered on 29 May 2018
1 answer
140 views

Has anyone else noticed this or am I doing something wrong.

Upon getting a new version of the various Telerik suite of libraries, I often end up running the Report Upgrade wizard.  That wizard seems to be doing something wrong in VS 2017.   Here is an example of what I am seeing.

I have telerikReportViewer-12.0.18.416.min.js and telerikReportViewer.kendo.12.0.18.416.min.js in my existing project.  The project is bound to Team foundation Server source control..  Upon running the wizard, the project processes normally and appears to update correctly.  That catch I am seeing is that the wizard appears to remove the old version of the viewers from your project and adds the new version to your project.  All of this seems to be done outside source control.

 

I.E., at the end of the upgrade cycle, source control still thinks the 12.0.18.416 items are in your project and that the upgraded versions are not part of your project.  A manual update of both is necessary.  I do not see this behavior on other suites such as ASPX or MVC/Kendo products.

 

Todor
Telerik team
 answered on 28 May 2018
4 answers
1.1K+ views

Hello.  Why I have to copy all those reference in my .aspx page to avoid this error when i press the export button. 

It's not possible to use thoses references allready in _layout page?

 

<link href="https://kendo.cdn.telerik.com/2016.3.1118/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
<link href="https://kendo.cdn.telerik.com/2016.3.1118/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
<link href="https://kendo.cdn.telerik.com/2016.3.1118/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
<link href="https://kendo.cdn.telerik.com/2016.3.1118/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
<link href="https://kendo.cdn.telerik.com/2016.3.1118/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" />
<script src="https://kendo.cdn.telerik.com/2016.3.1118/js/jquery.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2016.3.1118/js/jszip.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2016.3.1118/js/kendo.all.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2016.3.1118/js/kendo.aspnetmvc.min.js"></script>

Silviya
Telerik team
 answered on 28 May 2018
7 answers
1.3K+ views

Dear Support team,

I am trying view to Telerik report on the server. On my local machine everything works fine but  when i deploy it on the server it says 

Error creating a report instance and google console log I see it as 500(internal server error) missing parameters and instances.

Please provide immediate assistance

 

 

muhammed
Top achievements
Rank 1
 answered on 25 May 2018
1 answer
272 views

I'm trying to figure out how to pass a list of integers client side from a .NET application to a multi value parameter on a HTML5 report.

For a single parameter it works fine.

parameters: { CompanyIds: 3}

 

But if I try to pass multiple values it fails with a JavaScript syntax error.

parameters: { CompanyIds: {3229, 3332, 3223, 3334} }

 

What is the correct way to pass a list of integers to a multi value parameter client side for a HTML5 report?

 

 

Todor
Telerik team
 answered on 25 May 2018
1 answer
366 views

I have a table which gets populated, depending on a report value.

If the value is not correct the table\panel is hidden. It is in the table of contents, and when hidden still shows up in the table, however has a page number of 0 and clicking on the row causes an error to display.

Ivan Hristov
Telerik team
 answered on 25 May 2018
2 answers
292 views

I have a bunch of tables from different data sources where I want to group certain tables into a Level of the Table of Contents. There is no repeating tables\data\structure to these. According to the documentation on the Table of Contents:

"To form a hierarchical structure of the TOC, you need to set the TocText property of the report groups, the CrossTab/Table groups, the Detail section and the Report (useful for SubReports)"

It seems the only way to have anything beyond level 1 is to use Report Groups, CrossTab\Table groups or the Detail Section.

As mentioned, I have no repeating data, which makes Report Groups wrong.

None of this is from a single data source, so table groups is out, unless a ridiculous implementation is done where each section somehow gets its own group.

Detail section would mean each and every group would need to be a different SubReport. While this would work, I feel it is a work around and not a valid solution as SubReports are for modularization\re-usability, of which none of these will be used again.

Why can there not be a TOCLevel along with TOCText or hierarchical structure interpreted from stacking panels, as the tool-tip of Panels states it is a "grouping mechanism for organizing report items" ?

 

Thanks for the input and help.

Travis
Top achievements
Rank 1
 answered on 24 May 2018
2 answers
173 views
Hi,

I'm looking at doing a custom skin for my web viewer.  I've already got one done with the black skin and that works fine.  What I am now looking at is one for the Silk skin, this is a little more troublesome as I'd like to use PNG files rather than GIFs for their alpha transparency.

Is there a CSS based way of changing the various button images?

Oh and any solution needs to respect the fact that I'm stuck on Q1 2013 release thanks to the fact that I can't yet upgrade to .net 4.

Regards

Jon
Naveena
Top achievements
Rank 1
 answered on 24 May 2018
2 answers
207 views

We are running the latest Telerik controls (2018).  I have a small report that works fine in the dev environment but when I push to the server and run the report, it says 'Generating Report' for a sec then I get a blank page.  It works fine in Chrome (but most users use IE)

VS 2017

any help is greatly appreciated.

 

Mark
Top achievements
Rank 1
 answered on 23 May 2018
17 answers
655 views
Is there any way to localize the strings used by the ReportViewer.

This includes the "Generating report..." message, the text and tool tips for the toolbar buttons, the text for the "zoom" drop down items (and others I may have missed).
Silviya
Telerik team
 answered on 23 May 2018
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?