Telerik Forums
Reporting Forum
8 answers
1.9K+ views

Hello

I have a report that uses a custom font (ttf). The font is installed on the computer. 

In Report Designer, the font is rendered correctly, however when I load the report (from a local file) into our wpf application (report viewer) the font is not displayed correctly, i.e. it shows a different font. 

When exporting the report to PDF or Excel etc the report is once again correct. 

We are not using report server - everything is generated locally. 

Any hints on what might cause this?

 

 

 

Yemo
Top achievements
Rank 1
Iron
 answered on 17 Feb 2017
1 answer
95 views

Hi,

Can you please support our company about an error rendering Report? t really big problem exiled my system .Please see error in my attachment , It seems that DeleteItem function process so slow and cache locking problem is exposed. we need you explain more about this function and give me some prediction about this exception. Thanks 

Stef
Telerik team
 answered on 17 Feb 2017
5 answers
1.3K+ views

I'm trying to set my parameters trough my WPF application and after print my report. The printing works but the parameters are empty.

var report = new Badge();
 
report.ReportParameters["VisitId"].Value = code;
report.ReportParameters["VisitorName"].Value = visitorName;
report.ReportParameters["CompanyName"].Value = companyName;
report.ReportParameters["RegularVisitor"].Value = regularVisitor ? "REGULAR" : "VISITOR";
 
PrinterSettings printerSettings = new PrinterSettings();
printerSettings.PrinterName = ConfigurationManager.AppSettings["PrinterNameLabel"]);
 
PrintController standardPrintController = new StandardPrintController();
ReportProcessor reportProcessor = new ReportProcessor();
reportProcessor.PrintController = standardPrintController;
TypeReportSource typeReportSource = new TypeReportSource();
 
typeReportSource.TypeName = report.GetType().AssemblyQualifiedName;
 
reportProcessor.PrintReport(typeReportSource, printerSettings);

 

As attached file my parameter settings. Any ideas? Thanks for the help

 

 

Inge
Top achievements
Rank 1
 answered on 17 Feb 2017
7 answers
103 views
I am experiencing a slow designer experience. After every edit ( resize, move, text edit, expression, format, style, etc...) the designer stops and throws the hourglass (if thats what you call it in win 7) mouse cursor. It takes about 10 seconds then the designer is ready for the next edit. It is very frustrating. It does this on new blank and existing complex reports. I know you cant really find the problem but is there any wisdom you guys have learned or things to look for? 
Svetlozar
Telerik team
 answered on 16 Feb 2017
14 answers
516 views
Hello!
I have a report with a lot of textboxes in it (about 500). The problem is that the designer is working extremely slow with all these textboxes. Can you give me any solution, because it works so slow that it's almost impossible to use it.
Katia
Telerik team
 answered on 16 Feb 2017
2 answers
276 views

Hi,

I am trying to execute a sub report from my master report. My master report has a datasource which return multiple rows. For each row I want to execute my sub report. So I have a sub report in detail section of my master report. However, when I select sub report source and pass ReceiptGUID parameter as = Fields.ReceiptGUID I am getting following error while trying to preview it:

"An error occurred while processing the report. Processing cancelled. Check the InnerException for more details. Invalid value of report parameter "ReceipGUID".

 

 

Can someone help me with this? I tried checking in forum and existing solutions are not fixing it. 

When I pass a constant string as report parameter, it works fine. I have checked the result set from the master report datasource and it returns ReceiptGUID as expected for each row.

 

Stef
Telerik team
 answered on 16 Feb 2017
8 answers
338 views
Hi,
In my report cultureInfo will differ on different conditions. Regards of all the other culture,I am facing little problem in implementing the Indian culture format. Especially during the number format. 
If I set the culture to en-IN => it works fine but it is in the format of ###,##,###.## which I don't need. So I implemented with hi-IN . Though the number format is fine the numbers are not displayed as normal numbers (they are displayed as numerals of the current culture). Please find the attached picture of the numbers displayed for this. 

Can you help me in implementing the culture ie the number format has to be ##,##,##,###.## and has to be displayed in normal numbers. 


hemanth
Top achievements
Rank 1
 answered on 16 Feb 2017
4 answers
574 views

Hello,

Long time reader, first time poster.

I have been searching the web for reporting to be used in both ASP.NET (preferably using MVC Razor) and supports exporting both the data and the charts/graphs associated with the data into Excel.

 

So far, the closest I have come is sealreport.org (demo here: http://demo.sealreport.org/temp/Dashboard_-_Sales_t0n4u_htm.htm), but since I have already used Telerik's Kendo solution in the past, I would prefer to leverage your reporting solution.

 

My asks:

1. Does Telerik reporting have the ability to export reports to Excel that includes both the data used to create the reports, as well as excel-interactive graphs themselves (see http://demos.telerik.com/reporting/dashboard... it just downloads images. I would add the .XLSX file generated by sealreport, but only images are allowed).

2. Is it possible to use an HTML5-like styling with the reporting (CSS styling, or something, reactive, etc - my only experience is that it is very structured and limited with what you can do in the designer)?

 

Please and thank you.

 

Best,

ZH

 

 

Edward
Top achievements
Rank 1
Veteran
Iron
Iron
 answered on 16 Feb 2017
7 answers
279 views
Hi!

I've been trying to follow the steps in the documentation, but when I try to run the service all i get is a TypeInitializationsException
when

new ReportsHost().Init();

is called, because of a MissionMethodException inside the ServiceStack dlls

Method not found: 'Void ServiceStack.Text.JsConfig.set_DateHandler(ServiceStack.Text.JsonDateHandler)'.

Any Idea how to solve this?

Thanks,
Roxana
Stef
Telerik team
 answered on 15 Feb 2017
3 answers
534 views

Hi Forum,

Has anyone found that when exporting a report from the viewer and choosing the "Excel Worksheet" option from the format dropdown that all negative values in a report grid are preceded by a single apostrophe (')?  I know single apostrophes in excel are used to escape formulas, but the negative sign (-) should not be interpreted as a formula in excel when placed in front of a numeric value so I'm not sure why there would be a need to add apostrophes.

Thanks,

Derek

Stef
Telerik team
 answered on 15 Feb 2017
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?