Unplanned
Last Updated: 25 Apr 2024 06:03 by ADMIN

If cells grow or shrink, if there are hidden cells, any time a report section grows vertically, the next section/table is not respecting the growing of the previous item and text prints in the wrong spot or the table overlaps the previous table.

A potential workaround is to manually convert the troublesome tables to lists where possible.

Completed
Last Updated: 14 Sep 2016 16:09 by ADMIN
Created by: Pierre-Yann
Comments: 2
Category: Reporting
Type: Feature Request
12
Currently, we need to set the Height of the container to a very small value to collapse it to its minimum size when some children aren't visible.
This need to be made in code behind, or via binding, and we need to do it for each container which can have children (direct or indirect) hidden. Not developers friendly at all.
And this only work if the contain itself is always visible, otherwise no correct collapsing will be made (Telerik told me that "The space taken up by a panel item will be collapsed when the panel is invisible based on the panel's initial height.")

A container should always be collapsed to the height taken by its visible children. When someone want to have an empty space, he should use padding, not the height of an invisible item.
Completed
Last Updated: 14 Sep 2018 13:56 by ADMIN
The documentation is syntax prone to errors and does not follow well for new developers. The example code shown usually shows one step, please elaborate and show examples in depth for each topic. I have noticed in the forums that people have been complaining about errors in the documentation for more that two years and its still not fixed. I also see a lot of references to code that is shown in documentation that is obsolete or not yet implemented. The video series posted in the last few months (Q1 2015) are videos from 2009. Why?
Completed
Last Updated: 08 Mar 2019 10:43 by ADMIN
Created by: Robert Ross
Comments: 9
Category: Reporting
Type: Feature Request
12
Need to support installing and running reporting server restful API from within linux.
Under Review
Last Updated: 26 Mar 2021 16:36 by ADMIN
Created by: Mark
Comments: 7
Category: Reporting
Type: Feature Request
12
I have a requirement for my report book to feature a title page and *THEN* a table of contents for the report book, followed by the report book's content. Currently, the TOC for a report book can only go at the beginning or the end of the book. My requirement required the ability to specify the TOC position more generally.
Here are two possible approaches:

1. Implement the requirement as it is stated by allowing the report book's TOC to be positioned after such and such a report - the nth, or some other means of identification.
2. Honour the TOC for a report book that is nested inside another. I created a 'sub book' with the TOC as its first page and then added this an outer book. Unfortunately, the inner book's TOC was not honoured and the report was skipped.

To my mind, the second suggestion above feels easier to implement (but I am guessing, of course). It certainly would allow just about any combination.
Unplanned
Last Updated: 18 Feb 2019 11:51 by ADMIN
Created by: Uday
Comments: 1
Category: Reporting
Type: Feature Request
12

Hello Team,

                    Greeting from ECPL,

                       Currently am working on telerik xamarin forms and telerik reporting.Most of my client requirement is to print user defined report in telerik xamarin forms application. Telerik has good feature that user can modify and publish the report.When client modify the report and requesting report print from xamarin form application.Modified report needs to be print.Please make a priority as high level on this requirement.

 

 

Thanks & regards

Uday Raj

 

 

Unplanned
Last Updated: 12 Jun 2019 14:11 by ADMIN
The fields of the report's data source are not available in the DocumentName evaluation context. It would be helpful if one can use an expression like =First(Fields.ClientName) for DocumentName.
Completed
Last Updated: 11 Nov 2021 15:19 by ADMIN
Release R2 2021 SP1
Created by: Christian
Comments: 1
Category: Reporting
Type: Feature Request
12
It will be useful to have a function that can be used to keep the client session alive, for example by calling this function periodically to make requests to the service and thus to prevent the session from expiring.
Unplanned
Last Updated: 29 Mar 2021 10:56 by ADMIN
Created by: Rick
Comments: 1
Category: Reporting
Type: Feature Request
12

Telerik Reporting needs a comments feature in the expression window. Some of our expressions are complicated and it would be great if we could put a comment in there for future reference.

Something like // or #

And yes, I've seen the iif(true=false...) method which is... not great.

 

Thanks!

Unplanned
Last Updated: 24 Mar 2021 07:55 by ADMIN
Please, add an option to use a report hosted on the Telerik Report Server in the Web Report designer.
Unplanned
Last Updated: 22 Oct 2021 05:15 by ADMIN
Created by: Wing Yee
Comments: 0
Category: Reporting
Type: Feature Request
12
Please, add the option to set the report of the web report designer dynamically. Similarly as for the HTML5-based report viewers. For example https://docs.telerik.com/reporting/html5-report-viewer-howto-custom-parameters 
Completed
Last Updated: 06 Oct 2015 15:15 by ADMIN
Created by: Vincent
Comments: 2
Category: Reporting
Type: Feature Request
11
Hi, for our coming cloud platform, we need a Report Service Engine which is capable of deliver Reports at a scheduled time to specific users in per ex: inbox or folder or etc...

Some of your competitor like ComponentOne seems to have already these kind of feature: http://www.componentone.com/SuperProducts/ActiveReports8Server/Server/

I would honnestly work with you guys so, I would love to see these kind of stuff in near future....

Txs
-Vince

ps. you may contact me for any question for more details or I would be part of any preview of beta ...
Unplanned
Last Updated: 28 May 2025 15:56 by ADMIN
There is currently an option for GroupKeepTogether of FirstDetail for the Group, which keeps the Group Header with the first line of the Detail section.
This option needs to be duplicated for the Group Header and the Group Footer.
The Group Footer would contain an option to keep with first detail and the Group Footer would have an option to keep with last detail.
Declined
Last Updated: 15 Mar 2018 03:27 by Kasim
Created by: Daiki
Comments: 2
Category: Reporting
Type: Feature Request
11
A report viewer feature for SSRS (RDL) so that we can utilize the SSRS 2016 HTML5 in our apps
Completed
Last Updated: 15 May 2019 13:51 by ADMIN
ADMIN
Created by: Nasko
Comments: 1
Category: Reporting
Type: Feature Request
11
There is the newly introduced WebServiceDataSource which enables me to get JSON data from a web service. I'd like to be able to use JSON as a data source for a report without using a web service. For example, the JSON might be embedded inside the report definition, or it might be coming from an external text file (URI or URL), or even pass it programmatically to the report at run-time.
Unplanned
Last Updated: 02 Apr 2021 11:14 by ADMIN
Created by: Rick
Comments: 4
Category: Reporting
Type: Feature Request
11

Would like my custom report resolver to implement async calls, so need

public async Task<ReportSource>Resolve(stringreport) supported in IReportResolver

 

Thanks!

 

  
Unplanned
Last Updated: 23 Apr 2024 01:23 by Tommy
Created by: Tommy
Comments: 6
Category: Reporting
Type: Feature Request
11

Coming from having developed many SSRS reports one thing I think telerik is missing is a nicer visualisation of row and column grouping in a table. SSRS does this really well as shown in the screenshot below where we can easily see which rows belong to the detail and 2 other groups.

I think this would be a very useful addition to the telerik designers!

 

Unplanned
Last Updated: 31 Oct 2016 16:53 by Sameer
We would like have two options when we use the date time parameter in report. 
one is only date, other one is date and time. and we need to provide the format to the date time parameter for internationalization.
Completed
Last Updated: 06 Apr 2015 13:39 by ADMIN
Created by: Hinata
Comments: 4
Category: Reporting
Type: Feature Request
10
As our business requirements are very strict we need to be able to set the Graph Scale Maximum and Minimum properties based on our data. This would make our charts much more visually pleasing having the needed empty space above the data.

For example, the most often required scenario is setting the Scale.Maximum as a percentage of the already calculated max value by the Telerik Reporting engine.

We imagine there would be some kind of object which we can use inside an expression in these properties: = CalculatedMaxValue * (1 + 0.1)
Or we can calculate the value ourselves inside a User Function and then use the function in the expression.
Unplanned
Last Updated: 13 Sep 2016 13:24 by ADMIN
Created by: Bruno Larose
Comments: 1
Category: Reporting
Type: Feature Request
10
I'd like to suggest that the behaviour (positions the viewer at the top) used for alternating between the bookmarks to the Report Header and Group Header using the document map, be applied to the Page Header too. It would be better, if the viewer always started at the top of the first page when using the Page Header.

Bug Report ID: 902125 -- Scroll Top when alternating between bookmarks

About the attachments:
-OriginalReports - these files show the reports without clicking on the bookmarks
-ReportScrollTopBetweenBookmarks - these files show the reports after clicking on the bookmarks