Telerik Forums
Reporting Forum
7 answers
1.6K+ views

Hello,

Telerik report is using in our product/application and it was working fine.

But from last few week we got incident from our customer that print button from reportviewer is not working.

Our developer are trying to find put this issue and found this issue is getting from Reportviewer control. Attached screenshot of reportviewer.

We are not getting any error message, onclick on print button nothing happen. Can you please suggest us how we can resolve this issue, as all our customers are raising same issue.

Thanks & Regards,

Shekhar Das

 

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 04 Feb 2021
3 answers
552 views

I create report base on Telerik Reporting Q3 2015 SP1 

my report contain 4 group headers

each data row return on report like  detailsection|group1|group2|group3|group4

report use data return from database only fields that use format number digit or date format in expressions and no calculated field in report

report also use PageCount and PageNumber and 1 logo picture on PageHeaderSection

because this report have to be approved in the same document and data return from database is about 60,000 ~ 100,000 records, number of page about 3500-4000 pages

when I export as pdf it show message system out of memory exception in server side that report deploy in web MVC there is 2gb memory available. 

my question is if export large data perform, how to calculate memory usage and plan to extend memory size on the server, or is there any way that improve my report when export file? 

thank you.

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 04 Feb 2021
3 answers
218 views

I don't know how to solve my issue (to get rid of obsolete methods).

I have reportbook in which I dinamicaly inject diferent reports. Problem is that I'm setting datasource at runtime and not in report. This my code:

var resultMedalistReport = new Result_Medalists { DataSource = someDATA };
resultMedalistReport.ReportParameters["TournamentFullName"].Value = _tournament.Title;
resultMedalistReport.ReportParameters["TournamentDate"].Value = _tournament.DTTournamentStart.ToString( "dd.MM.yyyy" );
resultMedalistReport.ReportParameters["PageTitle"].Value = "Report.Medalists.PageTitle".Localize();
resultMedalistReport.ReportParameters["PageFooter"].Value = cCommon.GetSettingString( groupName: "Report", hashName: "PageFooter" );
 
reportBook.ReportSources.Add( resultMedalistReport ); //this line has implicit conversion that is obsolete.

My problem is I dont know how to use TypeReportSource or something similar so that I can set DataSource of report (its bold letters in code sample)!
Jeroen
Top achievements
Rank 1
Iron
 answered on 04 Feb 2021
3 answers
383 views

We do business intelligence and a central part of our work is reporting on KPIs.  For the sake of clarity, we define a KPI as an Actual, Target(s), and Comparison Method.  There are usually two Values and an Indicator, like a traffic light, or an arrow pointing in different directions.  Sometimes, there's a Gauge as well.

 

For example, higher is good, the target is a fixed value.  There's also lower is good, going up is good, going down is good, and Goldilocks.  For the Goldilocks comparison method (not too hot, not too cold) we specify a range, and staying in the range is good.

 

For the life of me, I've studied the documentation, and I can't find a KPI Indicator control.  What am I missing?

Cheers, Donna Kelly.

p.s. if you ever use SQL Server Analysis Services Cubes, these are actually built in to the Cube, and feed SQL Server Reporting Services KPIs directly.  This link shows the kind of thing I'm looking for.

 

Todor
Telerik team
 answered on 04 Feb 2021
7 answers
477 views

I have a multi-column report where I want vertical lines between each column of data.  I have noticed that the vertical lines do not extend all the way through the details section but stop at the height of the text box.

How do I get either the text box to grow to the size of each detail row or get the vertical lines to go from the top to the bottom of the detail section?

Todor
Telerik team
 answered on 03 Feb 2021
5 answers
523 views
RTF

Hello,

a fast question. Is it true that Telerik Reporting (WPF) is not able to print RTF?

I'm currently looking for a new reporting tool and this one looks interesting, but RTF is a must have requirement.

 

Best Regards,

Raul

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 02 Feb 2021
6 answers
1.0K+ views

Hi,

I implemented a WPF window containing a ReportViewer control meant to show the preview of a report; the workflow is the following:

  1. a report is programmatically built,
  2. an ObjectDataSource is attached to the report,
  3. an InstanceReportSource is set in the ReportViewer object referring to the created report object,
  4. finally the window containing the reportviewer is shown.

Unfortunately, the opened window contains a blank space instead of the ReportViewer control. Note that:

  • The window stays reactive, so it is not stuck
  • Every other component in the window loads correctly, and I can interact with them
  • I checked via task manager and Visual Studio profiler, and there is no big usage on CPU or RAM whatsoever.

What can possibly be the cause of the wpf control staying completely blank?

NiccoMlt
Top achievements
Rank 1
Veteran
 answered on 02 Feb 2021
3 answers
108 views

Hello,

I am a new in telerik reporting.

I want to create a new ASP.NET MVC solution that displayed differents modules and each module generate a report.

After reading documentation and samples.. I want to know the difference between creating solution using 

I am confused between using HTML5 ASP.NET MVC Report Viewer With REST Service (by using Standalone Report Designer; i find this more simple ) or  using a soltion with same architecture of CSharp.NetFramwork.AspNetMVCIntegration (by using Visual Studio Report Designer; project MVC + project ReportLibrary ) ??

 

I would like to know the difference between these two and if there are any disadvantages using the 1st approach ? 

 

Thank you for your help.

Dimitar
Telerik team
 answered on 01 Feb 2021
1 answer
106 views

I have a Clustered Column Chart with 2 columns per month. See the attachment.

 

I want to use the Action > Navigate to...  per column. 

I want the "In" Column to go to one URL and the "Out" Column to go to another URL. I'm wondering how to do that since it appears that the Action applies to either the CategoryGroup or the SeriesGroup for both columns.

Neli
Telerik team
 answered on 29 Jan 2021
8 answers
980 views

I'm using the StandAlone Designer and I have simple Column Chart using Categories (see attached image).  I believe the system resizes the column widths based on the data, and that the SpacingSlotCount property will effect this. I have tried this and while setting to say 100 will reduce the column widths drastically, no setting will causes the width to increase.

Is there any way to do this in the report designer, or do I need to save report as XML and make the changes there?

 

 

Mads
Telerik team
 answered on 29 Jan 2021
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?