This is a migrated thread and some comments may be shown as answers.

Report render is very slow in VS2017 RC3 (+RC2)

5 Answers 132 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Norsten
Top achievements
Rank 1
Norsten asked on 29 Jan 2017, 11:56 PM

Telerik Report rendering is very slow in VS2017 Enterprise (in both RC3 and RC2)  -however it works fine in VS2015.

Is this a known issue ?

5 Answers, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 01 Feb 2017, 04:51 PM
Hello ,

This is not a known issue and we will need some additional information in order to investigate it.
Please elaborate on the steps to reproduce this.
Does it happen in Preview mode of the integrated with Visual Studio report designer or when exporting from this designer?

It will be greatly appreciated if you can provide a sample report and logs from the VS output and VS tracing. The latter is described in the Visual Studio Problems help article.

Please note that Visual Studio 2017 support is still in experimental phase, as stated in the Telerik Reporting installer. Once Visual Studio 2017 is out of its RC stage, we will be able to provide full support for it.

Regards,
Nasko
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Xiao
Top achievements
Rank 1
answered on 07 Jan 2018, 09:32 AM

Hello, 

I am using the table wizard of report designer R3 2017 to present a simple list with no formatting or sorting. Displaying the list takes an average of 25 seconds. Running the same query on SQL server take 1 second. Loading the same list on Telerik Data Grid takes < 3 seconds.

The report designer is powerful but it is very slow! Any tips to enhance the performance? 

0
Nasko
Telerik team
answered on 10 Jan 2018, 01:19 PM
Hello Xiao,

Please let us know how many records are displayed in the list. We will test locally with the same amount of records and with the latest version of Telerik Reporting, and will let you know if the rendering time that you observe is normal or not.
You can also provide us with a sample report with test data (CSV) if you would like us to look at your specific scenario and provide more accurate suggestions and tips.

Regards,
Nasko
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Xiao
Top achievements
Rank 1
answered on 12 Jan 2018, 09:48 AM

Hello,

The record count is about 12k. The report is very simple and included as an attachment (.trdx saved as png just rename extension as .trdx and open) . I also have 2 questions for you:

1. Are the reported parameters are applied using 'and' or 'or' and where in the report designer we can set that?

2. Why the report designer allow setting the page layout after the report runs? It should be enabled in the report designer.

Many thanks and looking forward for your response.

0
Katia
Telerik team
answered on 17 Jan 2018, 08:20 AM
Hello Xiao,

Unfortunately, I am not able to download the attachment as trdx file. Please open a support ticket and attach the report definition to it so we can test it locally.

I have tested to display 12K records using a Table item and the report generation took about 5 seconds on my side. I am attaching the report if you wish to test it on your side.
In general, the rendering mechanism works in a way that the more items are generated in the report the more memory and time it will take to be rendered. In this case, improving the performance can be achieved by narrowing the amount of data retrieved by the data source.
There are certain recommendations for achieving better reports performance, we have listed them in Performance Considerations help article. You can go though them and see what can be applied in your reports.

In regards to your questions:

1. Report parameter values can be used in report expressions both with OR and AND operators. The exact logic of the expressions is defined by the report author. More details on how to build report expressions are provided in the help articles under this section.

2. When previewing report in the designer it is allowed to switch between Print preview and Interactive preview - Interactive vs. Print Layout. The page settings are defined in the report using Report.PageSettings properties.


Regards,
Katia
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Norsten
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Xiao
Top achievements
Rank 1
Katia
Telerik team
Share this question
or