Hi there,
I'm currently deploying a Telerik Report for a customer using Microsoft Dynamics GP 2010. The report works great and displays the results in Microsoft Dynamics GP successfully. Here's the thing that's weird.
When I click on the print icon of the telerik report, nothing happens. No print window pops up, nothing. When I test the same in a browser like Chrome or IE, a print window pops up as usual.
Another weird thing I'm facing is during Exporting the report (it works in the browser, but not in Microsoft Dynamics GP):
1. When I choose export as PDF, it gives the Save As window, but when I choose a destination and click on Save, the file never shows up.
2. When I choose export as Excel, the same happens as above. But when I remove the extension ".xlsx", it export it as a file (this doesn't work with PDF).
3. When I choose export as Word, it works fine.
Please note that this only happens on one client PC which is reading the report from the company's server. The report seems to work fine on the server. But when I copied the exact same files from the server to this client PC, the same issue arises.
From my experience, I have tried the fixes that may be required for Dynamics GP, but none of them helped. Therefore, I'm posting this on the Telerik forum in case I'm missing something that may be required to install on the client PC, or some DLLs that I need to add to my project.
I've already tried out the solutions provided on this link: http://www.telerik.com/forums/missing-export-formats. Telerik.Reporting.OpenXmlRendering.dll is already added in the project, and Open XML SDK 2.0 is also installed on the client PC.
Would really appreciate any help, suggestions or ideas on how I might need to proceed.
Thank You!
--
Best Regards,
veggiedude
I would like to add in textboxes in Group Header section in the following format.
Name Rahul Mobile No. 02323213 State TN
Age 21 Country INDIA Senior yes
City Chennai Rin no --------------
pls Help
Hello,
found this
http://www.telerik.com/forums/2d-barcodes/page/2
http://www.telerik.com/forums/feature-request---2d-barcode-support
But it seems there is still no DataMatrix support? Any ETA if Reporting will ever support this?
We need it for a customer, so i have to decide if Telerik Reporting is the right product for this case.
regards
Hello ,
I would like to know ,can i get like this sample2.png style in Telerik Reporting R2 and R3.I use Drilldown Action to create this graph.
With Regards,
Shwe Yee
Hello
I have an Invoice report containing sold items.
If try to group the items by description that column is just above e.g.
description blah blah
item 1 $250
item 2 $260
However, I want to make it like the following:
description blah blah
item 1 $250
item 2 $260
Can anyone give me an example about how to bind the objectDataSource for the Data Source in telerik report ?
I hope the example is comprehensive,including Report Designers UI wizards and the reportviewer part.
Besides, the reportsource is a UriReportSource not an InstanceReportSource,this is important.
the other question : there is a List<T> in the object, I need the the taskInfo and the list<C> are both in the report
just like:
public class TaskInfo
{
public string a { get; set; }
public string b { get; set; }
public List<C> listC { get; set; }
...
}
i think the solution is i need use multiple objectDataSource in a single Report , but how?
I have already read the Help document and i tried ,but i failed ! I found the posts on forums but also failed !
I'm using Telerik Reporting Q1 2015 , vs 2013 , .net framework 4.5 and it is a wpf project.
Thank you!
Hi,
I have a chart failed to display properly (turned to black background) in Chrome, but it works for other browser. Any idea about how to fix this?
Many thanks!