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!
Hi,
Following the directions at http://www.telerik.com/help/reporting/html5-report-viewer-embedding.html, the report border shows but the browser reports Method Not Allow for the page http://localhost:57012/api/reports/clients/231714-9deb/parameters.
When I browse to the page I get:
<Error>
<Message>
The requested resource does not support http method 'GET'.
</Message>
</Error>
I have checked the posts:
- http://www.telerik.com/forums/the-webapi-controller-action-for-clients-object-20object-parameters-404-(not-found)
and
- http://www.telerik.com/forums/reporting-html5-viewer---post-parameter-name-undefined#wVOaRf1DS0S5TILv4_DJ3g
I have no Newtonsoft.Json in the GAC and I'm running the latest nuget version (Newtonsoft.Json.7.0.1).
Any ideas how to fix?
lets say that my report has columns name1, name2, name3. This shows in that order for report preview, export to excel, but when I export it to csv, it's in a different order.
I have read that you need to change the Parent Item Collection order, but for the life of me, I cannot find where to do that.
Sorry for the newbie question, but our report writer just quit, so I'm now thrust into the world of report writing
Kevin
HTML5 report viewer question:
Imagine I want to create a stacked bar chart report with the number of NFL, NBA and MLB teams by state. I am not able to print this on a letter width page because there are too many states to fit horizontally. I would like to have the report print 10 states on 5 pages, showing the team bar charts on each page. The legend should be repeated on each page, too. Is there a way to control page rendering and pagination in this way with the HTML5 report viewer? I have read about "keep together" and page breaks, but I have not found where "keep together" or page breaks are set for the Q3 2015 HTML5 report viewer. I haven't found anything about repeating the legend on each page, either. Is any of the above possible with the HTML5 report viewer control?
Hello,
I want to create a clustered column chart which will depict how many tickets are sold in a month for events in the current and the next few months as you can see on the attached image chart.jpg. Is that possible with Telerik Reporting? Do I have to use two category groups to get the chart I want? I tried but with no luck.
My data source is an array of items of the following class:
public
class
Report1Model
{
public
string
Titel {
get
;
set
; }
public
DateTime OrderDateTime {
get
;
set
; }
public
DateTime EventDateDateTime {
get
;
set
; }
public
int
TicketCount {
get
;
set
; }
}
The second attached picture chart-properties.png is a screenshot of the properties of my chart.
Please help. I don't get any further.
Greetings from Germany,
Tobias
Hi,
I'm using the full Telerik DEVCRAFT kit and
finally found my way to the Reporting section.
I always used .rdl files to load my reports.
In Visual Studio2015 I created a Telerik Lib Q3
Project.
The Design was very similar to the ReportDesigner
in VisualStudio2010.
But at the end, I got an .CS file and don't know
how to Export this to use as a report on my SQL Report Server.
Is there a guide or something to export them?
I'm sad that the videos from Telerik are very old.
VisualStudio 2005 examples...
BR
Raphael