Unplanned
Last Updated: 24 Jun 2019 09:08 by ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently to add a new Shared/Project DataSource a new component item is added and then modified manually to Telerik Reporting DataSource. This is not obvious and is kind of peculiar workflow. Thus consider adding ItemTemplates to manage the process for adding new Telerik Reporting Shared/Project DataSources.
Unplanned
Last Updated: 21 Jun 2019 11:19 by ADMIN
Created by: Carl
Comments: 1
Category: Reporting
Type: Feature Request
1

It would be extremely useful to have a Crosstab export the entire hierarchy as groups in Excel. SQL Reporting Services does this when exporting a report created there. I realize that this would mean generating the entire dataset prior to the export in order to expand all the data, but as I said, SSRS does this without a noticeable performance delay.

 

 

Unplanned
Last Updated: 21 Jun 2019 08:14 by ADMIN

I am using the standalone report designer with an ObjectDataSource that returns ExpandoObject. I did create some new ExpandoObject objects and set property values as suggested in https://www.telerik.com/support/kb/reporting/details/how-to-use-objectdatasource-with-expandoobjectThe problem I have that the dynamic properties of ExpandoObject are now showing in the data explorer.

Completed
Last Updated: 20 Jun 2019 15:59 by Ivan
ADMIN
Created by: Dimitrina
Comments: 3
Category: Reporting
Type: Feature Request
2
If the controls and PDF generated from Designer or API from scratch will be 508 compliant? PDF needs to be tagged, so when a reader reads its images have text alternative for it to read.
Completed
Last Updated: 20 Jun 2019 15:53 by ADMIN
Created by: Guillaume
Comments: 0
Category: Reporting
Type: Feature Request
0
Have control on the Parameters Area's initial state on creating the viewer
Completed
Last Updated: 20 Jun 2019 13:23 by ADMIN

When dynamically create a new tab which contains a report viewer, only the first report is rendered correctly. The subsequent tabs with report viewers are empty.

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). 
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: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);
}


Completed
Last Updated: 20 Jun 2019 13:17 by ADMIN
The MS Access OLE DB provider is not providing the correct QuotePrefix, QuoteSuffix, QuoteAlias that is causing errors in the SQL Query Designer that is part of the Standalone Report Designer.
Completed
Last Updated: 20 Jun 2019 13:17 by ADMIN
Release R2 2019 SP1
When exporting a report with Crosstab which data source doesn't have any data, and the NoDataMessage property is not set, the report designer/viewer throws an error with message "Index was outside the bounds of the array”
Completed
Last Updated: 20 Jun 2019 13:14 by ADMIN
Release R2 2019 SP1

When attempting to export a report in Excel 97-2003 format, an exception is thrown: 

"The type initializer for Telerik.Reporting.Excel 97.Workbook threw an exception. Object contains non-primitive or non-blittable data."

As HTML, PDF and OpenXML-based renderings are supported on Linux/macOS machines, please remove the old Excel 97-2003 format.

Completed
Last Updated: 20 Jun 2019 13:14 by ADMIN
Release R2 2019 SP1

When trying to set the 'parametersAreaVisible' option in the Angular viewer the application breaks with an error in the browser console:

"Can't bind to 'parametersAreaVisible' since it isn't a known property of 'tr-viewer'."

Completed
Last Updated: 20 Jun 2019 13:13 by ADMIN
I would like WPF viewer to behave like WinForms viewer and to keep the content of the rendered in XAML report in the page area in case of exceptions when exporting in other formats.
Unplanned
Last Updated: 20 Jun 2019 10:37 by ADMIN
The border of the text which is located in the HtmlTextBox does not appear in the HTML5ReportViewer
Completed
Last Updated: 19 Jun 2019 12:25 by ADMIN
Release R2 2019 SP1
Created by: Daniel
Comments: 1
Category: Reporting
Type: Bug Report
2
A valid URL, part of which is '/respuestas%2F138%2F116?' contains the substring '%2F' that is the URL Encoding for '/'. The image from the URL can be successfully opened in a browser. It cannot be resolved properly from the Reporting engine, as the actual request made for the image (as seen in Fiddler) contains '/respuestas/138/116?' instead of the original part - note the '/' replacing the original '%2F", which is not valid and causes a '400 Bad request' error.
Completed
Last Updated: 19 Jun 2019 12:12 by ADMIN
Release R2 2019 SP1
Created by: გიორგი
Comments: 1
Category: Reporting
Type: Bug Report
1

I want to define conditional formatting on table row, after I define a filter and save it, I can not save the conditional formating dialog, it gives exception.

What am I doing wrong?

 

Completed
Last Updated: 19 Jun 2019 12:03 by ADMIN
Release R2 2019 SP1
I'm not a PDF expert, but if something can be done in a free library, a pay'd version of reporting tools should do it also right.

In many cases, I do a report to PDF for my clients. Since PDF contains useful data, I't normal to assume, client will use copy-paste and copying data to Word, Browser, etc.

Similar approach was used, when I created a project for the General prosecution of SR, but there the PDF was generated by PdfSharp and by writing text-outputs (with esired font, size, etc.). The result was correct.

Unfortunatelly with Telerik it's not so. I've tryed to explain it in a ticket, but I only got excuses, explanation about lignatures and so. I got/left myself almost convinced, but my main point is the starting sentence in this description.

The original issue: http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=893196
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 Jun 2019 11:02 by ADMIN
Release R1 2019 SP1
Using the send e-mail functionality, in CC field the emails are not received.