Unplanned
Last Updated: 07 Dec 2017 13:23 by ADMIN
ADMIN
Created by: Ivan Hristov
Comments: 1
Category: Reporting
Type: Feature Request
3
Provide CanShrink property to report page sections so they can change their size dynamically depending on their contents. It will be very useful in scenarios where items in the page section are hidden conditionally and page sections needs to resize, allowing the detail section to use the available space.
Unplanned
Last Updated: 14 Feb 2018 13:13 by Asif
Created by: Asif
Comments: 4
Category: Reporting
Type: Feature Request
3
There is no way to fix a panel or report section so that I can print a fixed height report, internal controls of panel should grow vertically but panel it self should not grow.
Unplanned
Last Updated: 28 Nov 2017 13:17 by ADMIN
As a developer integrating TRDX/TRDP reports into my app, I would like to have built-in functionality to pass runtime data sources corresponding to the data sources defined at design-time along with the ReportSource, so that I can feed the report with custom data easily instead of having to deserialize the report and traverse all DataItem-s
Declined
Last Updated: 14 Feb 2018 12:36 by ADMIN
Created by: Will
Comments: 1
Category: Reporting
Type: Feature Request
3
I have a report with a column that repeats values and would like to suppress the repeats.  In other report writers I have worked with (SSRS, Crystal, ...) it is a right click and you select suppress duplicate values from a checkbox.  The result is that duplicates on the same page are hidden, and when a new page begins the first row will show the value and then it is hidden for subsequent rows.  (See attachment)

I am optimistic that this functionality exists and I am simply not looking in the right place.
Completed
Last Updated: 21 Aug 2018 08:59 by ADMIN
ADMIN
Created by: Peter
Comments: 2
Category: Reporting
Type: Feature Request
3
This will be useful when small changes should be applied to a report based on the current rendering format. 

For example the following expression will be possible:
= "Is the document PDF: " + RenderingExtension = "PDF"
Unplanned
Last Updated: 29 Mar 2021 11:21 by ADMIN
Created by: DerekAlfonso
Comments: 0
Category: Reporting
Type: Bug Report
3
For some reason the export is suppressing leading spaces spaces in front of cells with text so they are not indenting properly. Padding is also ignored.
Declined
Last Updated: 14 Sep 2018 14:02 by ADMIN
Created by: Travis
Comments: 1
Category: Reporting
Type: Feature Request
3
Currently there is no way to implement a table with html. It is pretty clear from the 1 ticket already open that this is not going to be done as it has been open for ~4 years at this point. Due to implementation challenge of the task, I suggest allowing for a HtmlTextBox to take the place of a TextBox in the table object. This will allow for better conditional formatting in a table, without having to implement the entire table function of Html.
Unplanned
Last Updated: 21 May 2019 08:04 by ADMIN
ADMIN
Created by: Silviya
Comments: 1
Category: Reporting
Type: Feature Request
3
When a report contains data item bound to big amount of data, it takes time to export in CSV format due to data denormalization.
This would be a performance improvement for big data reports. 
Unplanned
Last Updated: 26 Feb 2019 15:51 by ADMIN
ADMIN
Created by: Milen | Product Manager @DX
Comments: 1
Category: Reporting
Type: Feature Request
3
In some cases, the data source might have dynamic columns meaning that the columns might change for different report runs. I need to be able to detect if a particular column is available using an expression so that I can handle its absence without showing an error to the end user.
Unplanned
Last Updated: 26 Feb 2019 09:42 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
3
Loading huge DB schemas in bulk is time-consuming. Add lazy schema loader for the table column definitions in order to improve the user experience when using DB with a huge schema.
Unplanned
Last Updated: 24 Jan 2019 12:20 by ADMIN
This will enable Reports in a Report Book to be represented in different TOC levels, i.e. if it is necessary to have some of the reports to be in an inner level of main Report Book TOC they could be grouped in a separate Report Book, and the latter could be included as ReportSource in the main Report Book.
Unplanned
Last Updated: 13 Mar 2020 12:37 by ADMIN
Unplanned
Last Updated: 27 Feb 2019 13:16 by ADMIN

My Scatter Chart  has 3 points that are very close and I want to change label alignment for 1 as Top, 2 as Left and 3 as right.

Currently, there is no option to automatically place the labels so that they don't overlap.

Completed
Last Updated: 20 Jun 2019 13:20 by ADMIN
Release R2 2019 SP1
t
Created by: Mozhgan
Comments: 1
Category: Reporting
Type: Bug Report
3
t

Hi Support Team,

 

There an issue  for exporting  report to PowerPoint when there is grouping in table and tables goes to next page, 

I got this error : "The given key was not present in the dictionary"

I've attached sample trdx file for your consideration.

 

Thanks,

Mozhgan Javadi

Completed
Last Updated: 20 Jun 2019 13:21 by ADMIN
Release R2 2019 SP1
Created by: Mark
Comments: 0
Category: Reporting
Type: Feature Request
3
I need the ability to get the selected printer settings out of the printer dialog box once the user has selected their options and hit print/apply. I need this information in the PrintEndEvent in order to find out where the user is printing to (pdf or to a printer). 
Unplanned
Last Updated: 19 Apr 2019 13:15 by ADMIN
Created by: Samuel
Comments: 0
Category: Reporting
Type: Feature Request
3
It would be nice to be able to just use the color value from the query result, as the color.
Unplanned
Last Updated: 02 May 2019 14:00 by ADMIN
Add support for Latin-2 - Central European characters ( š,Š,Đ,đ,Č,ć,,Ž,ž )
Unplanned
Last Updated: 13 May 2019 07:15 by ADMIN
Created by: Tax ID
Comments: 0
Category: Reporting
Type: Bug Report
3
The Thai character "ฝ่" is not exported properly in PDF. When the report is exported in Docx and then saved as PDF the character is displayed correctly.
Completed
Last Updated: 20 Jun 2019 13:18 by ADMIN

Using the following code for updating the ReportSource of the viewer:

ngOnInit() {
  this.setParameters();
}

setParameters(): void {
  this.reportViewer.setReportSource({
    report: 'SampleReport.trdp',
    parameters: {}
  });
}

comes up with the error 

Argument of type '{ report: string; }' is not assignable to parameter of type 'JSON'.
  Type '{ report: string; }' is missing the following properties from type 'JSON': parse, stringify, [Symbol.toStringTag]

Currently, the workaround is to cast the reportSource object as follows:

ngAfterViewInit() {
  this.setReportSource();
}
 
setReportSource(): void {
  let rs = {
    report: 'SampleRepport.trdp',
    parameters: {}
  } as unknown as JSON;
  this.viewer.setReportSource(rs);
}


Unplanned
Last Updated: 13 Mar 2025 14:00 by ADMIN
A report that contains a Shape/Cross-Section item with width or height = 1px throws an exception when exported to DOCX (Microsoft Word) or PPTX (PowerPoint) formats.