Hi there
Due to we change the Visual Studio from 2008 to 2010, we've updated the 2008 version to 2010 Q3 version of Telerik reporting.
We are having trouble with one report, it gives the error: 'value of the parameter of the report invalid'.
This particular report is a dynamic column approach type of report.
So in our ASPX file we just do the like this previously:
Telerik.Reporting.Report report = new EUCTVIReports.MostLeastPreferredReport();
report.ReportParameters["MyParameter1"].Value = dtMostView;
report.ReportParameters["MyParameter2"].Value = dtLeastView;
this.rprtvwrMostLeastPreferred.Report = report;
We passed DataTable into 2 parameters into this report.
Here's the code in telerik reporting called MostLeastPreferredReport (telerik_3a.png, telerik_3b.png, telerik_3c.png, telerik_3d.png) and also Paramters (telerik_2a.png and telerik_2b.png).
Please help. Is there any other approach that I can do?
Thanks
Hello,
I can't find an anwser or i don't know what to search for my issue.
I have a reportlibrary.dll file from a Telerik Reporting Q2 Project.
I can use it in WebForms Application with the ReportViewer.aspx.
How ever i want to make a new Telerik MVC App which is based on Kendo and optimized for mobile browsers (responsive).
I can't find a definite anwser how to use the existing .dll with the ports with the HTML5 viewer.
So far i've tried with the documentation a standalone REST service and an integrated ReportPage.html.
However they seem to work only with .trdx files.
Can you point me a source for reading or even better attach a demo solution file with this structure.
Regards,
Hi,
I use Telerik Reporting with asp.net HTML5 viewer. In my bar chart(Graph)when I use Category grouping the Y Axis labels cut off words.I even tried to set CoordinateSystem.YAxix.Size to set the size manually but then it add dummy spaces.And no Text alignment property helps.
I know there is a listing in the documentation about what strings can be used to do programmatic exporting.
But is there a way to programmatically get this list?
Having to put a static array of strings into my code to validate my export parameters is very limiting.
It would be much nicer if I could leverage the reporting library to assist me in this validation.
P.S. Just letting the code throw an exception is not really acceptable.
Has anyone see this issue regarding the toolbar.
Hello
Currently a customer send me a bug about exporting a report with a chart to powerpoint (pptx). He is using Powerpoint for MAC and the graph image is rendered to small. But when I open the same file in Powerpoint for Windows, the graph image is rendered good.
In addition, I tried to export this demo https://demos.telerik.com/reporting/employee-sales-summary to powerpoint and I opened in MAC and that demo has the same issue. In Windows the graphs look good.
So I think that this is a telerik reporting bug or maybe is a bug of Open XML rendering library.
Check the attached files.
Regards
Jorge A.
Hello,
is it possible to set a CrossTab to a fixed width​? The first column (underneath the corner) and the last column (the total column) should also get a fixed width but all columns between them should became the same width wich is calculated by "<remaining space> divided by <number-of-columns>".
I know it could be possible that the content of the columns is truncated because the columns are getting to small but for this case I would dynamically downsize the font size.
Greetings from Germany,
Tobias
Hello,
I am trying to modify a report but when I go to view it in the designer I get the following error "Value cannot be null. Parameter name: instance".
I am using Microsoft Visual Studio Professional 2012 Version 11.0.61030.00 Update 4 on Windows 7 64 bit. The project with the report controls is using .NET 4.0.
The Telerik.Reporting dll is version 5.1.11.928. This is a legacy Silverlight app that I need to modify. I have not "installed" the Telerik reporting application on my box. I do not have access to that. All the code and Telerik dlls were in our source control already. I can build and run the reports with no issue but I need to modify them.
Any help would be greatly appreciated. Thank you!