Telerik Forums
Reporting Forum
2 answers
134 views

Recently we tried to upgrade our Telerik-Reporting Module with all our reports from version „6.2.12.1017“ to „9.1.15.731“.

We  have a client-server architecture, where our client creates on request a „ReportServiceClient“ which calls the report-creation-functions of our server side telerik service which is derived from „ReportServiceBase“. That means that all report creation logic is covered by telerik classes.

Now the problem:

Our client creates a Dictionary<string, object> which is sent to the server. In the version 6.2.12.1017 the server was able to „combine“ the client dictionary with the ReportParameterCollection of the Report if the strings of the ReportParameter and the key inside the client-collection were the same.

This mechanism, which is completely covered by Telerik-classes, is not working anymore in version 9.1.15.731 like before.

Do you have any ideas why that is?



Example client dictionary sent to the server:

var parameters = new Dictionary<string, object>();
parameters.Add("p_param1 ", 42);
parameters.Add("p_param2", "English");

Stef
Telerik team
 answered on 30 Sep 2015
4 answers
231 views
Can anyone point me to a code sample of horizontal flow of items as described in this article? I cannot open the visual designer for the hyperlinked example at the bottom of the page.
Stef
Telerik team
 answered on 30 Sep 2015
3 answers
1.3K+ views
I want to hide table column according to the selected parameter(filter). How I can implement this using ​Telerik ​Report Designer 
Stef
Telerik team
 answered on 30 Sep 2015
3 answers
122 views

Hi there,

Is there a build script available to generate the reporting assemblies correctly?

I need to make some changes to the way that actions are handled within my application and have downloaded the Q2 2015 source files to make the required modifications.

However, when I build the solution, the assemblies generated do not resemble the set of assemblies I have installed.

 

Thanks,

Matt

Stef
Telerik team
 answered on 29 Sep 2015
3 answers
522 views

Hello together

Today I noticed that the HTML 5 report viewer does not work over SSL / HTTPS because the Kendo UI resources are referenced through normal HTTP protocol.
I found the solution through the Kendo UI forums (replace http://cdn.kendostatic.com with https://kendo.cdn.telerik.com) so either this is an error in the reporting template or I am using an older version of it.

Unfortunately, I'm unable to respond to a topic in the Kendo UI forums section which led me to the solution (http://www.telerik.com/forums/problem-with-cdn-s-security-certificate). The posted link to the "JavaScript dependencies help topic" is not correct anymore or does not lead to the solution itself which I found under "Use the Kendo UI CDN service" in the docs).

Regards

Stef
Telerik team
 answered on 29 Sep 2015
2 answers
291 views

Hi,

I am using Q2 2014 SP1 of your Reporting controls.

I have a Graph that contains a bar series and a line series (I don't know if the line series has anything to do with the problem).

I have one item in my Y-Axis Scale CrossAxisPositions and it's Position is Auto with a Value of 0.

The problem is that with certain ranges of numbers, the X Axis crosses the Y Axis at the MINIMUM value in the data set and because of that, no bar is graphed.

I've attached two pictures to show the problem.  In this case the numbers on the graph chart are all between 1 and 3.  You see that the Auto setting has chosen to make the axis cross at 1.  And you can then see that none of the months with a 1, show a value.  It should cross at 0.  Note that this is NOT the only example I have where it is doing this to me.  I have attached a chart with values between 2 and 12 and the graph chose to cross the axis at 2.  I have attached a picture of that as well.  All the areas where you don't see a bar, are actually a 2 but the user doesn't know that.

Of course I can force this setting to use a Position of "Specific" with a Value of 0, but the Auto setting is nice when numbers are very large (yet all close to each other).

Is there anything I can do to make this work correctly?

Thanks,

Brent

Brent Hetland
Top achievements
Rank 1
 answered on 25 Sep 2015
1 answer
136 views

We are converting our Legacy system to .Net using Telerik Reports and the Crosstab control.  Below, is a screen shot of an example from the Legacy system. This is a cross tab report, based on Town/Ward/District and Party Affiliation, counting on Gender.  Formatting is key for our customers.  Any help would be greatly appreciated.

 

Thanks

 

 

Stef
Telerik team
 answered on 25 Sep 2015
2 answers
138 views

We would like to embed Telerik reports inside our winforms application. We would be generating "information panels" using reports but need to capture when a user clicks on items in the report in order to trigger actions in our application.

 Is there any way when using the Winforms reportviewer control to capture either click events on items in a report or intercept the hyperlink actions?

 

TIA

 

Nic

Nic
Top achievements
Rank 1
 answered on 25 Sep 2015
1 answer
287 views

Hello

Any take on this problem would be appreciated.

 

I need to remove a page when a  condition is met.

I check the condition in detail_ItemDatabound as:

 

  private void detail_ItemDataBound(object sender, EventArgs e)
{

if (true)

{  Telerik.Reporting.Processing.DetailSection section = (sender as Telerik.Reporting.Processing.DetailSection);
          
  section.Visible = false;​  //this naturally only blanks the detailsection, i need to completely remove current page

}

}

 

Any hint??

 

regards

Mark

Nasko
Telerik team
 answered on 24 Sep 2015
15 answers
1.0K+ views
Hi, 
We have migrated from Asp.Net Web Report viewer to HTML5 Report viewer recently and facing trouble with  “HTML5 Report Viewer” on Production Load balanced servers. (On Single hosted server everything works smoothly) 

1. We have Asp.Net Web application (Not MVC App) with 3 tier arch. WCF Services are getting used to serve reporting data.
2. Ours is Session less app, so in Web.Config we have set <sessionState mode="Off">
3. As a part of migrating to HTML5 Report viewer, we only replaced Asp Web Report Viewer with HTML5 report viewer,
     keeping Web Project, Telerik reporting cs files as it is. ( so technically only HTML5 Report viewer is being used with Asp.Net Web app). 

This setup works well in DEV/QA (Single Server env). However when we deployed to UAT/PROD (Load Balanced env with 2 servers) the report viewer throws 
below error randomly but quite frequently. 

Error creating report document (Report = Hotel.H_Reservation_Report, Enterprise.Reports; Format = HTML5Interactive): Client with ID '201112-bb07' not found. Expired.

It looks to me some caching related error as it says "Expired". Any idea how to get rid of this in particular to multiple server installation?
Appreciate any quick help on this.

Thanks,

Chetan

Stef
Telerik team
 answered on 24 Sep 2015
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?