Unplanned
Last Updated: 10 Oct 2019 12:50 by ADMIN
Created by: Karl
Comments: 0
Category: Reporting
Type: Feature Request
3
Please, add functionality that allows the user to print the Grouping value on each page if its content does not fit on one page.
Declined
Last Updated: 09 Oct 2019 13:18 by ADMIN
Created by: Daniel
Comments: 2
Category: Reporting
Type: Bug Report
0

Hi,

i have a very big problem with Telerik Reporting after upgrading from version 2017 R3 (11.2.17.503) to the latest version.
I tested also the version (2018 R3, 2019 R1 SP1, 2019 R2 SP1).

 

After installing the newer version, customers see data of other customers!!

 

I have a multi-tenant system. All of our report data sources filters by the logged in user TenantId (ASP.NET Identity).

But with newer versions if a second user opens the same report, he gets the data from the first user.

 

You can find a working repro here: https://github.com/IT-CASADO/Telerik-Reporting-Bug1

 

Clone the project and bring it to run. In branch "master" you find the working version, and in the branch "features/v13.2.19.918" you find the broken version.

 

Regards,
Daniel

Unplanned
Last Updated: 08 Oct 2019 11:46 by ADMIN
Created by: Karl
Comments: 1
Category: Reporting
Type: Feature Request
2

Hi,

Most design programs allow the user to select and object and "nudge" (move) up, down, right, left in very small increments.

I miss this feature in the report designers.  Always have to use the mouse is not the best experience in tight places.

Please add this capability.

Some programs also have variations of the feature base on the if the user presses CTRL+ {ARROW} or SHIFT + {ARROW}

Thank you,

Karl

Unplanned
Last Updated: 07 Oct 2019 11:33 by ADMIN

StyleRule Collection Editor Members list NEEDS to be resizable. 

PLEASE SEE THE ATTACHED IMAGE

It's frustrating to have to scroll a Listbox horizontally to read the values. 

This control should be wider by default, and then allow the user to resize, and then REMEMBER their resize.

Thank you,

Karl

Unplanned
Last Updated: 07 Oct 2019 10:40 by ADMIN

Hi,

It gets frustrating always resizing every dialog so I can use it, each time I open them.

Please give the Report Designer Dialogs, and Visual Studio dialogs a save size setting so when reopened they will go back to the same size.

Thank you,

Karl

Unplanned
Last Updated: 07 Oct 2019 10:35 by ADMIN
Created by: Karl
Comments: 0
Category: Reporting
Type: Feature Request
1

Hi,

It's very frustrating having to type in Style Names in the Properties tool window.

All styles names both internal and external should be known by the standalone designer or Visual Studio designer.

This would be a big productivity boost.

Karl

Completed
Last Updated: 04 Oct 2019 10:14 by ADMIN
Created by: Raed
Comments: 9
Category: Reporting
Type: Bug Report
13
The data coming from a JsonDataSource component has null values for a date field. Using the (IsNull, ??, IIf) to check for null does not seem to work. For example: =IIF(Fields.actualWorkHrs Is NULL, "T", "F") always returns false even when there are null values in the actualWorkHrs field.
Unplanned
Last Updated: 01 Oct 2019 13:45 by ADMIN
Created by: Tursunkhuja
Comments: 4
Category: Reporting
Type: Feature Request
8

I have scenario like this: Sam requests a product report from company A.  Marvin creates the report and send it back to Sam.  Sam imports it.  It would be best if Marvin (Author of the report) could specify all the meta data so that Sam doesn't have to enter these things.

In my case I need following metadata for the report:

  • Keyword: some external tags...
  • Description: a description so that the user can understand what this report will show and the purpose of the report.
Unplanned
Last Updated: 30 Sep 2019 15:14 by ADMIN
Please put the tool windows in a Docking system, like Teleriks.  Forcing the property window to be pinned to the right side is a UI/UX issue. Studies have shown that placing it on the left, makes it easy to use since the object your assign property value is very close and the distance the mouse must be moved it greatly shortened.
Unplanned
Last Updated: 30 Sep 2019 15:10 by ADMIN
For the font's using the Windows DPI settings is not enough and won't cover use cases.  I always run my system at 100% Font Size and then adjust each application individually as required.  

If you use the Windows font settings, users will have problems.
Unplanned
Last Updated: 27 Sep 2019 08:55 by ADMIN
If you select a node in the Document Map tree, go to the corresponding reporting item and then scroll away from this position in the Report, the selected Document Map node will remain unchanged and will not correspond to the actually displayed Report item. Moreover, if you would like to return to the Report item selected in the Document Map tree, you will have to select another node and then re-select the desired one.
Unplanned
Last Updated: 20 Sep 2019 09:43 by ADMIN
Created by: Logisoft
Comments: 0
Category: Reporting
Type: Bug Report
2
I've created a table with rows and an alternating style for all rows with an uneven row number

When I start a search for a text / values which are present in even / uneven rows, only the uneven rows (with no background-color) are highlighted

in orange (indicating that the field matches with the search term). All fields in even rows which matches the search term remains with the condional formatted background-color "light grey"
Unplanned
Last Updated: 12 Sep 2019 10:56 by ADMIN
Created by: Zacharias
Comments: 0
Category: Reporting
Type: Bug Report
2
It would have been nice to be able to set a default font, that all object can inherit by default. This will be useful in case one need to dynamically in run-time change fonts.
Unplanned
Last Updated: 11 Sep 2019 14:19 by ADMIN
Created by: Michael Coffey Jr
Comments: 0
Category: Reporting
Type: Bug Report
2
The standalone designer cannot find reports in DLL built from VB ReportLibrary project without external dependencies
Unplanned
Last Updated: 10 Sep 2019 14:12 by ADMIN

I used https://docs.telerik.com/reporting/html5-report-viewer-howto-use-it-with-reportserver to setup an HTML5 Report Viewer with Report Server. After running the project, the viewer does not load. It seems that it could not find telerikReportViewer script. 

Workaround: Instead of

<script src="/api/reports/resources/js/telerikReportViewer"></script>

use absolute path:<script src="http://yourreportserverhost:83/api/reports/resources/js/telerikReportViewer"></script>

Unplanned
Last Updated: 09 Sep 2019 07:41 by ADMIN
Created by: Pete
Comments: 3
Category: Reporting
Type: Feature Request
7
Add the ability to control the distance between the Image and the Text for a Check Box & Radio Box. A space may be used but this does not work where the text wraps to another line and does not give the required level of control.
Completed
Last Updated: 06 Sep 2019 09:10 by abi
The Telerik Reporting only support fixed size page now.
But sometimes we need continues-roll paper mode.(like: receipt paper)

Some reporter tools: ActiveReports, it has 3 mode:(Page Reports,  RDL Reports,  Section Reports)

On "Telerik Forums / Reporting Forum" there is already some people asked it before 2 years ago. But until now the basic feature not release....
Unplanned
Last Updated: 05 Sep 2019 07:58 by ADMIN
Currently when converting CLR Report definition (CS/VB) to declarative (TRDP) definition the localization resources (information in RESX files) is not passed, hence the generated TRDP files are not localized. Preserving localization will be very useful, especially when moving an existing reporting project from .NET to .NET Core framework where the recommended report type is TRDP.
Unplanned
Last Updated: 29 Aug 2019 08:03 by ADMIN
Created by: Softwarehouse
Comments: 0
Category: Reporting
Type: Bug Report
2
When the report has Bottom Padding, this may cause unwanted page break and generate a new page containing only page footer.
Unplanned
Last Updated: 28 Aug 2019 08:51 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Feature Request
2
Is there a way to get the query builder to show oracle synonyms?