I have a WPF app and am using the latest 2015 packages. I have a report where the datasource is an IEnumerable of business objects which I set in the code behind.
this.DataSource = ListOfItems;
I have a single group where the header displays one field of my object. The details section contains a table that should show the rest of the object properties. The groups work fine this way, but the table does not. The table shows several empty rows. And also, the column headers are repeated for each row. I found a previous post http://www.telerik.com/forums/table-in-detail-section-of-group and set the binding for the table datasource as instructed. This fills out the rows in the table, but the column headers are still duplicated for every single row.
Please advise.
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");
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
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
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
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
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