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?
Hello!
Is it possible to place a row group in the middle of table?
I want to achieve the following result with Telerik Reporting (see Example.png) : I want to have two synchronized by height list of rows single textbox separating them. No matter if they [rows] will be presented as two different tables or single one. If this feature cannot be achieved with default telerik reporting functionality is there any workaround? (for example, binding for array, that will contains heights or something like that).
I dont know if it changes something, but I need to have more than one column, that represented as single textbox ("merged" column in picture).
Hi,
sorry if this question have already been asked, but I was not able to find any clear answer.
Is it possible to have a Telerik Report definition in a new SDK-style project in VS2017?
I've created a new project "Class Library (.NET Core)" and changed the target framework to 4.6.2
I've then proceeded to add "Telerik Report R3 2018 (Blank)". The following error message is shown:
---------------------------
Microsoft Visual Studio
---------------------------
The reference "Telerik.Reporting, Version=12.2.18.1129, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" could not be added to the project. This wizard will continue to run, but the resulting project may not build properly.
---------------------------
OK
---------------------------
After pressing 'OK', I have a new report. I'm able to open it with designer, but the designer window is empty.
Apparently, something is wrong here. Now, the question is if it's me doing something wrong or is it Telerik Reporting not supporting the new project format?
If the second is the case, are there any plans to support that in the future? We use this new project format all around our solutions and are very happy with it. But we still have to keep Telerik Reports in the old-fashion projects, which causes some friction.
Best regards,
Dmytro
When using the newer kendo SASS themes as found in npm, the toolbar of my telerik reports disappears. telerikReportViewer-css is still being loaded, but the toolbar does not end up with any visible buttons.
Are telerik reports incompatible with the kendo SASS themes found in npm? How can I get this working with the SASS styles as they work better with the Kendo React components.