Telerik Forums
Reporting Forum
1 answer
308 views

I have a Telerik.Reporting.Graph configured as a Line graph with a DateTime x-axis. Is there a way I can format the graph label so that it displays the week of the date? For example, instead of displaying a date and time, I'd like the x-axis label to display "Week 1 - 2018", "Week 2 - 2018", etc.

The formatting seems declarative without any ability to introduce customization that transforms the graph label.

I attached a screenshot for reference.

Thanks,

Jim

Todor
Telerik team
 answered on 10 Jan 2019
0 answers
121 views

We have a Telerik report in our ASP.Net MVC application and the report is rendered in the ASP.Net MVC report viewer. The MVC application is hosted in 2 servers on Azure of equal specs. Both servers show the same page load times for the reports page.
We are using same datasource to generate the report. To render the report, on one server, the control takes more than 1 minute, while the other one takes around 10 seconds. We noticed this behavior even with a very low number of records (50 - 100).

Can you advise us on what steps we can take to diagnose the performance issue we having with the Reports View Control.

Gihan
Top achievements
Rank 1
 asked on 09 Jan 2019
5 answers
414 views

I have a report that needs to be generated in large quantities and sent to clients, so performance is of utmost necessity.

I've realized by monitoring SQL Server Profiler that all the available parameter values are queried twice, causing a few milliseconds of time wasted. 

This however is not as serious as the fact that the main datasource queries are run twice as well. These cause quite a performance hit when generating reports.
After some investigation it seems that one of the tables referencing the datasource in the report is what is causing the repeat query. I find this strange since none of the subreports that use the same datasource cause the same behaviour.

The datasource value of the table is set to my maindatasource and no additional calculation is done on the data. The table literally just displays field values directly from the datasource

 Why is my database getting hit more than once to retrieve exactly the same data?

The datasource is of type Telerik.Reporting.ObjectDataSource and I'm using 2015 Q3  

Nasko
Telerik team
 answered on 09 Jan 2019
1 answer
124 views

HI

I am using Report Designer in Visual Studio IDE,
but I found that there have no "About" command for Report Designer IDE.

I need to know what the Report Designer version that I'm using.

Best regards

Chris

 

 

Silviya
Telerik team
 answered on 09 Jan 2019
3 answers
549 views
Hi There,
I wanted to add grouping programmatically in my report (the idea is to use one report with different data, one grouped and the other is not).

I followed the code from the documentation "Adding a group to a report programatically" but It didn't work. I got an error "Table Body has 1 rows but 2 are expected.". 

I created a simple report for your reference (I don't want to share the actual report), could you let me know what's wrong.

Here is the sample report.

Many thanks
Silviya
Telerik team
 answered on 07 Jan 2019
1 answer
142 views

Hello,

 

I have a report which will be sent to n receivers. All receivers will receive the same report.

For this reason I want to add name and address in the report header.

In the end I want to generate one pdf with the n reports, one for each receiver.

Is it possible to do this in in one report, or do I have to make n reports and merge them together after they are genererated?

Please advice!

 

Regards Vegard.

Silviya
Telerik team
 answered on 07 Jan 2019
4 answers
131 views
The center of the X and Y axes is not in the center of the Bubble or Scatter chart.

General Information:
- Operation System: Windows 10
- Telerik Reporting, version 12.1.18.516
- The control: Telerik Reporting Graph, Chart type: Bubble or Scatter
- Report designer: Visual Studio 2015
- Project type: Class library
- Report name: NgoImpact (attached)

Chart Description:
1. The chart has two coordinate axes:
    X axis has a constant range of values from -10 to +10
    Y axis has a constant range of values from -10 to +10
2. The chart always shows 5 objects.

Problem #1:
The center of the X and Y axes is not in the center of the chart. The center of the X and Y axes moves towards the object with the lowest absolute value. Please see images: Pic1.png, Pic2.png, Pic3.png.
Question: how to fix the center of the X and Y axes in the center of the chart?

Problem #2:
The markers of objects that are located on the edge of the chart are clipped. Please see images: Pic1.png, Pic2.png, Pic3.png.
Question: How to prevent clipping of markers on the edges?
Shmulik
Top achievements
Rank 1
 answered on 06 Jan 2019
1 answer
171 views
I have data (get from stored proceduce in SQL). Telerik report show data very slow (data have 16828 row) about 2 - 3 minute. I have attach database and report .Can you help me. Thank you very much.
https://www.mediafire.com/folder/tfos9wtsxxttp/
Silviya
Telerik team
 answered on 03 Jan 2019
1 answer
696 views

I have data (get from stored proceduce in SQL). Telerik report show data very slow (data have 16828 row) about 2 - 3 minute. I have attach database and report .Can you help me. Thank you very much.

https://www.mediafire.com/folder/tfos9wtsxxttp/

 

 

Silviya
Telerik team
 answered on 03 Jan 2019
4 answers
424 views

Hello Telerik,

I have a WPF application with Prism. I want to have reporting, so that users are able to change the default reports as they want.

What I have done so far is:

1) Created a Report inside the Visual Studio designer, filled it simply with an ObjectDataSource, which calls a method inside a ViewModel, which returns a list, bounded to report's fields.

2) I convert the default report into a .trdp file, using reportPackager, which user can open and change with the "Standalone Report Designer".

3) I unpack the .trdp file.

So far so good.

What happens now when I try to read the modified/changed version of the first report, is that I get the following error in my app:

 

An error has occurred while processing Report 'Reportx':

The assembly "xxx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" is not permitted to be used by an ObjectDataSource component. Please include it in an AssemblyReferences element in the Telerik.Reporting configuration section of your application configuration file.

What am I doing wrong? How can I keep bindings after changing the report with  Standalone Report Designer?

I appreciate if you point me to right direction.

Thank you.

Kourosh

Todor
Telerik team
 answered on 02 Jan 2019
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?