Declined
Last Updated: 01 Feb 2024 14:47 by ADMIN

The format of a cell, textbox, can only be set using the predefined options for a number or date time. I want to be able to set the formatting of a textbox in an expression. i.e. `=Fields.Formatting`, which would equate to`{0:##,#0.00 "kW"}`. This is because the cell could be any type of unit, i.e. "kW", "Amps", "kWh"

Using a format would allow the cell content to still be output as a number and when exporting to Excel, the displayed value would be in a user-recognised format but then would allow them to click on the cell and view the full, unrounded, number.

The above functionality is available in SSRS reporting using the formula `=IIf(Globals!RenderFormat.Name = "CSV", "0.00","#,0.00 '" & MAX(Fields!ReadingTypeUnit.Value) & "'")`, which allows for exporting to CSV to round the number.

 

Declined
Last Updated: 19 Oct 2023 13:41 by ADMIN

 

To help troubleshoot and solve many of my positioning issues I've viewed and edited a report's XML file. 

The process requires us to download the report, change the report file to [*.zip], extract [definition.xml], open and edit the file, replace the XML file in the ZIP file, rename the file, upload the new file into Telerik reporting to see one edit.

 

Being able to view and edit the [.xml] directly in our Telerik Web Designer would be greatly appreciated.

Declined
Last Updated: 09 Aug 2023 14:32 by ADMIN
Created by: Foxy
Comments: 1
Type: Feature Request
0

Hi,

I use Azure App Service Linux to host my .NET CORE ASP Server with Blazor as Frontend.
There is a way to embed Fonts using the telerikReporting / privateFonts configuration part. But as an application intended for multiple users (using different copies of Azure App Services), this is not a proper solution.

My idea whould be, to allow my client, who designs their own template using Telerik Report Designer (Standalone) (baed on many premade templates from my programm), to allow to embed their own Fonts from there, and upload the TRDX file to my server and let it render. Note that I use Telerik Reporting only in Backend and returns only rendered PDF files to the client (font end)

 

 

In short, allow TTF / OTF Font embedding in Telerik Report Designer, store it INTO TRDX / TRDP files.

 

 

Thanks

 

Vulpes

Declined
Last Updated: 30 May 2023 07:18 by ADMIN
It would be very helpful if instead of using the binding feature to reduce the height of a page header at run-time dependent on if a field within the header is used or not, to instead be able to create multiple header and/or footer sections (e.g. HeaderA, HeaderB, etc.) and suppress them when certain conditions are met.  For example you can have Page Header A and Page Header B.  Page Header A might include the company name and would only appear on the first page and be suppressed on subsequent pages.  Page Header B would include the title of the report and would appear on each page.
Declined
Last Updated: 15 Mar 2023 13:00 by ADMIN
Created by: Eduardo
Comments: 1
Type: Feature Request
0

Greetings,

I have a situation, I need the telerik reporter filters to be more intelligent, that is to say that they are nested and that the information they present when loading the data is according to the information selected from the other filters.

Example : 

REPORT VEHICLE SPECIFICATIONS

selected > Filter : Person Name

                 Cars : List of Cars of a Person

Expected Results : List of Cars of selected person

Actual Telerik Report Results : List of Cars of ANY person

How do i work with nested filters ?

 

Declined
Last Updated: 29 Nov 2022 09:37 by ADMIN
Created by: Patrick
Comments: 1
Type: Feature Request
0

Hi,

Have the possibility to have the "Select Case" or "Switch" function in the expressions.

Thanks!

Declined
Last Updated: 27 Sep 2022 07:09 by ADMIN

We are using Telerik reporting R2.2022 version in our project. Some of our reports have html link (created with tag “a”). If we preview those reports html link doesn’t act as an actual hyperlink, so it’s not clickable. We know that there is a HtmlTextBox limitation not to be interactive in WinUI report viewer. But this is important for us to be able to click on html link on WinUI and we need that functionality.  

I tested WinUI example project (CSharp.WinUIExample.VS2022.sln) and opened SwissQRBill.trdp report. The report has some links to the external source in internet, which is not clickable, but if you open it in Standalone report designer it’s clickable.  

Graphical user interface, text, application, email

Description automatically generated

Is it on your roadmap to implement that feature? 

Thanks,

Declined
Last Updated: 29 Aug 2022 18:54 by James
Many documents have repeating information that is irrelevant and needs to be untagged, or artifacted, so that assisstive technology does not share the information multiple times. Common examples of this situation are headers, footers, page numbers, and decorative images. In most cases, it is not necessary to read these document elements on each page, so we untag the information to prevent repetition for the person reading the document with assistive technology. Is there a way to mark a report section - e.g., the page header or page footer - as Untagged or Artifacted, and have those tags be exported to the PDF? It would save a ton of time having to manually go through several hundred pages and untagging them manually.
Declined
Last Updated: 25 Aug 2022 12:07 by James
Telerik Report Designer is one of the few report writing tools on the market that can export tagged PDF content. It's a major advantage of your solution. Why can it not be turned on by default, or enabled via a menu button. Better yet, how about including an Accessibility menu setting to allow for more detailed configuration of key elements?
Declined
Last Updated: 07 Jun 2022 11:45 by ADMIN
Created by: Anubhav
Comments: 1
Type: Feature Request
0

I would love to be able to get a log of the SQL generated by the designer/VS IDE upon running a report within a debugging environment. This would help me identify any issues and make performance improvements as well. thanks.

 

https://www.telerik.com/account/support-center/view-ticket/1565286

 

Declined
Last Updated: 24 May 2022 20:17 by ADMIN
Created by: Patrick
Comments: 2
Type: Feature Request
0

Hi,

It could be userfull to have a way to dynamically prompt for user name and password for the database connection. The proposed solution to put the connection string in a report parameter exposes sensitive information. It could be an option in the "Configure SQL Data Source" where we could set a checkbox as "Prompt for user name and password". At the end, everything would be saved with the report definition except the user name and password. On the report rendering, the user name and password will raised a dialog box for user name and password for the report.

 

Thanks,

Declined
Last Updated: 04 Apr 2022 13:39 by ADMIN
Created by: Robert
Comments: 1
Type: Feature Request
0

Ability to split sections for use in Conditions and Formatting.

Example: Detail split into Detail-A and Detail-B where either or both may display based on a condition defined at the Section Split level.

For Crystal Report users (myself since 2008) this is a very important feature.

It allows a single report be used for detail or summary reporting as well as multiple conditions for display.

This is an example from CR:

Declined
Last Updated: 18 Feb 2022 15:50 by ADMIN

Hello,

The Telerik Reporting REST service with CubeDataSource component that now can only be used with the .NET Framework.

We'd like to request that this component for .NET Core 6.

Thanks in advance.

Declined
Last Updated: 26 Jan 2022 07:51 by ADMIN
Created by: Ryan
Comments: 1
Type: Feature Request
0

I have a request that probably doesn't require much explanation. It would be helpful to allow comments in expressions created via the standalone designer to help explain particularly complex and infrequently encountered logic.

 

Declined
Last Updated: 14 Jan 2022 14:25 by ADMIN
Please.  Please.  Please add a setting that opens the Preview in Print Layout by default instead of Interactive Layout.  I understand the difference.  I understand that Interactive opens faster, but it is almost impossible for me to explain to my end-users why the preview doesn't actually look like the printed version until you click another button to toggle to Print Preview.  I hope you will consider this so that the hate mail in my inbox decreases.  :)
Declined
Last Updated: 06 Jan 2022 15:48 by ADMIN

When a report includes drill-down item(s), the report is run again each time the user expands a drill down item.  This is apparent in the demo at https://demos.telerik.com/reporting/product-sales

I would like to see all of the drill-down data generated and delivered with the initial report, but collapsed and awaiting inspection.

Perhaps this would be an attribute of the drill-down element (pre-fetch versus re-run) so that developers can choose the most appropriate experience for their users  / conserve server resources.

Declined
Last Updated: 27 Dec 2021 07:32 by ADMIN
Created by: Shawn
Comments: 1
Type: Feature Request
0
Integrate a SSRS report viewer that can be used in a Blazor Server application.
Declined
Last Updated: 13 Dec 2021 14:17 by ADMIN
I have websites that contain different kinds of Telerik reports. They are rendered in the HTML5ReportViewer control.  Some reports need to go to special label printers.  Other reports need to go to standard laser printers.  It would be a lot easier on the users (and waste less paper) if the website could set the default printer for each report so the users do not have to remember to change to the correct printer.
Declined
Last Updated: 16 Nov 2021 12:24 by ADMIN
Created by: Bernard
Comments: 1
Type: Feature Request
0

Hi,

It would be very practical to have a component that could display HTML and CSS code from a data source.

 

Thank you

Bernard

Declined
Last Updated: 04 Nov 2021 07:26 by ADMIN

Currently there appears to be no functionality available to add additional attachments via the Telerik Reporting Send Mail dialog or programmatically by passing parameters to the Report Viewer using a model.

 

Scenario 1:

- When we email a new Quote, which is a Telerik Report, to a Customer we would like to automatically attach a "New Products Brochure". The brochure is a frequently updated pdf document that would reside on the server.

 

Scenario 2:

- When we email a Customer Invoice, which is a Telerik Report, to a Customer if:

1) It is the 1st Invoice we have sent them for the current Agreement then automatically attach the Agreement related to Invoice - where the Agreement is another Telerik Report.

2) The Customer has an outstanding balance with us then attach a "Customer Statement", which is another Telerik Report, in pdf format.

 

Thanks in advance.

 


1 2 3 4 5 6