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
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.
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.
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.
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?
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
Hi,
I implemented a WPF window containing a ReportViewer control meant to show the preview of a report; the workflow is the following:
Unfortunately, the opened window contains a blank space instead of the ReportViewer control. Note that:
What can possibly be the cause of the wpf control staying completely blank?
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.
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.
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?