Completed
Last Updated: 07 Jun 2023 08:31 by ADMIN
Release R2 2023
ADMIN
Created by: Milen | Product Manager @DX
Comments: 3
Category: Reporting
Type: Feature Request
21
As a developer
I would like to have a built-in support for rendering various gauges in the report content
So that I can represent numeric values in a visually appealing way.
Unplanned
Last Updated: 30 Nov 2022 17:07 by Joan
Created by: Mark
Comments: 3
Category: Reporting
Type: Feature Request
21
Dark theme is so much needed.
Completed
Last Updated: 03 Jun 2024 10:40 by ADMIN
Release 2024 Q3

Hello,

We would like to know if/and when Query Designer will be implemented in web report designer?

Unplanned
Last Updated: 17 Nov 2022 14:53 by Jan
Created by: Thanh
Comments: 5
Category: Reporting
Type: Feature Request
21

Hi

I need to adjust line spacing in multiple line textbox but currently there seems to be no way to do that. Please add this feature!

Thanks

Unplanned
Last Updated: 13 Mar 2024 13:42 by Radu
Currently, the auth token is not yet passed from the client to the service. For that reason, it would be nice if the bearer token can be passed with the Web Report Designer API Requests.
Unplanned
Last Updated: 27 Dec 2020 22:46 by ADMIN

Hello Team,

 

I will be great if the Telerik Reporting REST Service Core could support System.Text.Json serialization.

 

Best Regards,

Unplanned
Last Updated: 13 Oct 2021 13:41 by ADMIN
The config.Routes.MapHttpRoute("ApiDefault", firstPathSegment + "/{controller}/{action}"); defined in ReportsControllerConfiguration.RegisterRoutes hides other matching route patterns registered after it - for example  api/{controller}/{id} will not be matched, because it has the same route pattern.
Completed
Last Updated: 08 Mar 2019 09:39 by ADMIN
Created by: Imported User
Comments: 8
Category: Reporting
Type: Feature Request
20
Hello,
RadPdfProcessing supports PDF/A 1-3 since Q1/2015. It would be nice if the Report engine would also support PDF/A exports.
PDF/A will bevome the future european standard for invoicing (ZUGFeRD) and is the current  standard for long time archival of digital documents.

Regards,
Chris
Unplanned
Last Updated: 07 Jun 2023 21:32 by Marcus
Created by: Oscar Meszar
Comments: 6
Category: Reporting
Type: Feature Request
20
It will be nice to have a proper (Official) TypeScript definition for the HTML5 Report Viewer. 
Completed
Last Updated: 19 Oct 2020 09:12 by ADMIN
All Telerik Reporting assemblies to be distributed via Nuget packages, in order to ease deploying a solution that uses Telerik Reporting and to share the solution with other developers.
Note: Without having Telerik Reporting installed on the machine, there will be no design-time support (Upgrade and other wizards, VS Report Designer, etc.). The purpose of the packages is only deployment.
Unplanned
Last Updated: 12 Feb 2025 12:15 by Vivien
Created by: Subin
Comments: 5
Category: Reporting
Type: Feature Request
20
I need an option to set line height for contest in report.
Completed
Last Updated: 03 Dec 2024 13:53 by Stephan
When exporting a report to PDF on Linux the document looks correct. If you try to copy text from this PDF and paste it in a text editor, the text appears as random symbols, e.g. empty squares.
Completed
Last Updated: 21 Sep 2022 06:19 by ADMIN

New development is being done with net core 3.1 and netstandard 2.1 and we can no longer create reports in the Report Designer using the ObjectDataSource.

Seems like it's time to update the standalone Report Designer for these new standards.

Unplanned
Last Updated: 10 Jan 2025 12:03 by ADMIN
Scheduled for 2024 Q2
When trying to duplex print a report that has odd page numbers, the next report's first page prints on the back of the previous report. We need the ability to conditionally insert a page break based on whether the report's (the group's) page count is odd or even. Since we don't have access to the global pagecount variable outside the footer, there is no way to use it to insert a page break into the body of the report. This seems like it would be such a common need with the desire by many to save paper that it would be an obvious feature to include in the product. Thanks.
Unplanned
Last Updated: 08 Mar 2019 09:39 by ADMIN
I had a very challenging time getting Telerik Reports to work with my business objects. I'm not the only one -- see this thread:

http://www.telerik.com/forums/how-to-use-object-data-source-in-report-designer

This could be improved by:
1. Don't make users manually edit <Telerik.Reporting>. Create a UI in the designer where DLL's can be manually selected.
2. If there are errors loading the DLL's in <Telerik.Reporting>, tell the user, rather than failing silently, which is the current behavior. Importing reports from DLL's has the same silent-failure behavior: if there's something not quite right about the DLL's (wrong architecture setting, for example), you just see "no reports to import" rather than the actual error (bad file format, or whatever).

I think a little work on the user experience around custom business objects would make new users who want to use the stand alone report designer in this way much happier. I was really surprised and frustrated that a modern product would fail like this with no exposed error messages.
Unplanned
Last Updated: 04 Aug 2023 21:21 by Steven
Created by: Pete
Comments: 3
Category: Reporting
Type: Feature Request
18
Add a property to be able to suppress duplicate values in a column, which could be  optionally shown after a page break.
Completed
Last Updated: 19 Jan 2022 11:00 by ADMIN
Release R1 2022
Created by: Reinier
Comments: 3
Category: Reporting
Type: Feature Request
18
There is nothing really pro outside visual controls for reactJs to many source to many projects could be amazing if telerik create this full set including the report viewer 
Completed
Last Updated: 31 Jan 2024 17:59 by ADMIN
Release 2024 Q1
Created by: Mirzodaler
Comments: 6
Category: Reporting
Type: Feature Request
18

I have a following default code in a html file for a web designer.

$(document).ready(function () {
            $("#webReportDesigner").telerik_WebReportDesigner({
                persistSession: false,
                toolboxArea: {
                    layout: "list"
                },
                serviceUrl: "some url",
                report: "some_report_name",
            }).data("telerik_WebDesigner");
        });

I have also a custom report storage implemented from IDefinitionStorage, where I have a GetDefinition("some_report_name") method implemented in a custom way. In order to do that, I need to send additional parameters from a web designer (html code provided previously) but don't know how to do that. 

For example, I need to open SalesInvoice.trdx file and I do a following: report: "SalesInvoice.trdx". If i need to send additional parameter, let's say some kind of token, there is no good place to send it. As a work around, i am doing report: "SalesInvoice.trdx&token=123". The problem with this, it is appearing in a title of a web designer and I don't want that. In an attachments, there is a screenshot where it looks good with a simple name and the one which has a token in it.

So, the question is, can I send other parameters as well from a client side of web designer to the server like parameters or so?

In a HTML5 ReportViewer we can send report file name and parameters as a reportSource like this:

                    serviceUrl: serviceUrl,
                    reportSource: {
                        report: reportUrl,
                        parameters: reportParams,

Can we do the same? Or how can I do that?

Completed
Last Updated: 17 Oct 2023 12:41 by ADMIN
Release 2023 R3
Created by: AlbertBoettger
Comments: 6
Category: Reporting
Type: Feature Request
18

As a developer, I need to be able to align an image that is scaled proportionally in top-left for example, so that it looks more aesthetic and as required from the clients who use for example logos of various sizes. I.e., my expectation is that I should be able to specify both "Scale Proportional" AND Image Alignment, both horizontal and vertical.

Completed
Last Updated: 14 Sep 2016 16:15 by ADMIN
Note: This is related to Support Ticket #985541

When generating a report, we'd like to use a font which is not installed on the system, but which is distributed with our application in a sub-directory of our application's install directory as a .ttf font file.  As part of application initialization, we're making the font available to the application using the below code.

        private static PrivateFontCollection _privateFontCollection;

              if (_privateFontCollection == null)
              {
                   string fontPath = "";
                    try
                    {
                       _privateFontCollection = new PrivateFontCollection();
                       var exePathF = System.Reflection.Assembly.GetExecutingAssembly().Location;
                       var exeDirF = System.IO.Path.GetDirectoryName(exePathF);
                       fontPath = System.IO.Path.Combine(exeDirF, "sub dir with font file", "fontfile.ttf");
                       _privateFontCollection.AddFontFile(fontPath);
                   }
                   catch (Exception ex)
                   {
                       Debug.WriteLine("Exception adding font file, " + fontPath + ", " + ex);
                   }
               }

With the above in place, we're able to specify the font face name provided by the .ttf file and the report works and correctly shows the font.  The issue is when we export to PDF.  It appears that even when we request full font embedding, the font must be installed on the machine (at the time the PDF is created) in order to be embeded in the PDF file.

What we need is to be able to create a PDF with the font embedded but without having installed the font to the machine.  i.e. the PDF generation code needs to be able to handle a font which is not installed but which is added to the application via the PrivateFontCollection class and embed that font in the PDF file.