Telerik Forums
Reporting Forum
1 answer
175 views
Few of the sub reports specifically with charts  are not  rendered correctly. This happens when we are trying to load a main report that contains multiple sub reports. Please see the attached screenshots.(Telerik reporting version ->13.0.19.314)
Eric R | Senior Technical Support Engineer
Telerik team
 answered on 23 Dec 2019
1 answer
610 views

Hi,

I created a report using a telerik report designer and save as trdp file. I run this report in .net core application and generate the pdf files like this:

Report report;
using (var sourceStream = System.IO.File.OpenRead(ReportFilePath))
{
    var reportPackager = new ReportPackager();
 
     report = (Report)reportPackager.UnpackageDocument(sourceStream);
}
 
var irs = CreateReportSource(reportHeader, account, report);
 
var reportProcessor = new Telerik.Reporting.Processing.ReportProcessor();
 
var renderedReport = reportProcessor.RenderReport("PDF", irs, null);
 
return renderedReport.DocumentBytes;

 

The problem is that the report is wrong generating on linux machine. (On windows looks ok)

Could you tell me where is the problem?

 

I use RHEL7 with dotnet 2.1 runtime.

Please check the attached screenshots

 

Thanks for the answer

Ivan Hristov
Telerik team
 answered on 23 Dec 2019
5 answers
413 views

Has anyone ran into the situation where icon's don't render?  If I create an example application from scratch they load just fine.  However, when I incorporate all of the changes into our project (which is massive) they don't render.  Here is an example screenshot.  I'm not sure what to try next honestly.  I can't open a ticket as I can't send them a replicated project.  This is an Angular 7 frontend using the latest report viewer following all of their recommended steps.

 

 

Thanks,
-JV

 

Nasko
Telerik team
 answered on 23 Dec 2019
2 answers
380 views

The most recent Telerik documentation re limiting Export options (http://www.telerik.com/support/kb/reporting/details/limit-export-options-in-reportviewer-to-certain-format-only) recommends adding to the web.config files.  I am working on an ASP.NET Core (VS 2015) project (framework 461).  To my understanding, in an APS.NET Core project, web.config is there just so that the project can be hosted in IIS efficiently.  Configuration is done in appsettings.json  (or config.json). 

Please describe how to similarly limit Export options in an ASP.NET Core project.

Thanks.

Ikhwan
Top achievements
Rank 1
 answered on 22 Dec 2019
1 answer
320 views

Hi all,

I'm looking for example code to call/render report stored at Report Server from Progress 4GL language (Progress v.11.5, AIX box) and save it somewhere as .PDF file.

Hope what I want is possible.

Thanks.

Neli
Telerik team
 answered on 20 Dec 2019
3 answers
177 views

 

Hello,

is it possible to build in any animation?

Obviously it is not possible to drag and drop some buttons into the report.

So I take a textbox and "misuse" it.

Can I animate it with a mousehover effect?

Somebody who goes over that textbox will get another background.

 

Best regards

Simon

 

 

Neli
Telerik team
 answered on 20 Dec 2019
4 answers
667 views

Good day! Please tell me - What can be done to speed up the work of the Report designer

, in the case when there is a rendering of more than 1000 pages.
Sometimes the computer freezes, sometimes errors are issued:
- internal server error thread was being aborted.
or
- unauthorized 
authorization has been denied for this request

Is it possible to somehow set the mode to receive a report by several pages?

Todor
Telerik team
 answered on 20 Dec 2019
8 answers
711 views

On the latest Telerik Reporting Designer when adding a QR Code I cannot seem to include the equals sign (=) as part of the value. A sample of the value I need to output is "=ABCD123" but this doesn't appear to be valid. I've tried to encode it, surround it in quotes and escape it with a backslash but no matter where in the text it is it always strips out the special characters. 

Is there any way to include the equal sign at the beginning of a literal text value in a QR Code?

 

Thanks

Stephen
Top achievements
Rank 1
 answered on 20 Dec 2019
10 answers
862 views

Hello.

I need a full example of a custom html template to customize the tool bar of the html5 report viewer.
I tried this 
templateUrl: '/Genesys.POSCommVision.POSWeb/Views/Shared/telerikReportViewerTemplate.html', and I got no error loading it but the report frezes on "loading."

Thanks in advance

Neli
Telerik team
 answered on 19 Dec 2019
1 answer
308 views
My report that has parameters that show up in the preview mode of the stand alone designer, but not in the HTML5 web viewer. I compared the parameters to the Sample Report that can be added when adding a report page to a web forms project and can find the difference.
Neli
Telerik team
 answered on 16 Dec 2019
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?