Telerik Forums
Reporting Forum
1 answer
485 views

Hi,

I Have a Simple chart with a Category group and a Series Group, and I want it to sort by value the series inside each category group,
I've been playing around with sorting but I can't figure it how to do it.

If I add the bar series value inside the sorting of the series group It sorts it the way I want but only for the first category group.

 

I attached the graph the way it's now and I put numbers upper the bars to show the way I want it to be sorted.

 

Neli
Telerik team
 answered on 27 Aug 2019
1 answer
2.8K+ views

We have some reports in which we have added two sqlDatasources in that. One for header data and other for the details. In theses SqlDatasources we have given one connection string which is given in web.config and app.config. We have to change the connection string (we need to connect to different databases according to the user) dynamically. How can we implement it in Telerik reports?

We are calling the report using an ASP.Net MVC project. 

Neli
Telerik team
 answered on 26 Aug 2019
1 answer
440 views

Hi,

how can I access to the value of a dictionary with the specification of the key?

The dictionary, named as OperationalTravelIncidentalCostSummary, has the key OperationalTravelIncidentalCostType.Hotel, and

OperationalTravelIncidentalCostType is from type enum.

I have tried the following, but... Error.     

= Fields.OperationalTravelIncidentalCostSummary[OperationalTravelIncidentalCostType.Hotel]
Neli
Telerik team
 answered on 26 Aug 2019
22 answers
1.8K+ views
Hi!!!!! friends
i  having around 7000 rows of records with 7 column and want to generate report using telerik reportviewer,
but its taking so much time to generate the report around 1.5 minutes.
Please suggest a simplest way to speed up the generation of report with large amount of data
using telerik reportviewer ASAP.

Thanks in advance.
Manoj Gupta

Neli
Telerik team
 answered on 23 Aug 2019
3 answers
130 views

Hi,

when there are many hidden lines the report can be seen as in the picture. How can I solve this problem?

Thanks a lot.

 

Kevin

Silviya
Telerik team
 answered on 23 Aug 2019
2 answers
197 views
hi

is it possible to have a fix number of columns display in a crosstab?

I want to display 5 columns regardless of how many dates I have.

For example, our business day starts on Monday ends on Friday.

Lets presume, there are 20 business days per month and Monday is on 1st of February.

and today date is 10th February, my crosstab report would have 2 pages of 5 columns each

The first page would display 5 columns from 1st to 5th February, and the second page would display 8th to 10th February and 2 empty columns.

Is it possible? Thanks a lot

sandaruwan
Top achievements
Rank 1
 answered on 23 Aug 2019
1 answer
843 views

I have a puzzling "issue" that I am trying to help track down or better understand. I have one user who can readily recreate an issue where no tool bar buttons display on a ReportView control on a page that uses a ReportViewer to display a report. Everyone else on our team is unable to recreate the issue. But, to do my due diligence I am doing research to see if I can maybe understand why that user may be having the issue and to try and make sure it doesn't become an entire user base issue. If all of us could recreate the issue I would open a ticket, but with that not being the case I am just looking for some help.

Our environment:

ASP.Net AJAX Web Forms

Telerik.ReportViewer.Html5.WebForms 13.1.19.514

 

Steps the one user does to consistently create issue:

1. In IE 11 go to one page that has a report that renders via the ReportViewer.

2. Go to a second page that has a report that renders via the ReportViewer.

3. Go to a third page that has a report that renders via the ReportViewer.

The report renders, but the tool bar show no buttons.

In the IE console the user see an error "@font-face failed cross-origin request. Resource access is restricted. WebComponentsIcons-eot"

 

While I am unable to recreate the issue, via Fiddler I do see some interesting 404 responses when the pages with the ReportViewer control on them load. All of the following requests get 404 responses via IE 11.

404 HTTP our-domain /OurApp/fonts/glyphs/WebComponentsIcons.eot?gedxeo 1,245 text/html iexplore:19312
404 HTTP ourt-domain /OurApp/fonts/glyphs/WebComponentsIcons.ttf?gedxeo 1,245 text/html iexplore:19312

404 HTTP our-domain /OurApp/fonts/glyphs/WebComponentsIcons.woff?gedxeo 1,245 text/html iexplore:19312

Another interesting thing is that via Chrome in Fiddler there are 404 responses for only the last two (tff and woff) and never even see a request for the eot.

Again, I do not have the issue with the missing icons in the tool bar of the report viewer, but I seems odd as I get 404s for WebComponentsIcons.

 

Any help trouble shooting this would be greatly appreciated. Thanks!

Kerry Doan

Silviya
Telerik team
 answered on 22 Aug 2019
2 answers
255 views

We have created a telerik report which we export to a pdf using an asp.net page.

This works fine and the pdf is created, looks pretty good, etc.

The issue below pertains to the text in the detail section of the report.

However if you were to use the "select tool" to select the text, it would randomly highlight the fields in different sections of the report, as opposed to highlighting them top to bottom, left to right as you would expect.

I also tested using Ctrl + A to select all and then copy, then paste in a word document.  The fields at the bottom are pasted first, followed by 1 field on the top left, followed by a field on the middle right, followed by some field labels on the left, then some sections in the middle, etc.  The order it is pasted in word matches the order the text is highlighted when I drag my mouse cursor over the text.

 

Is there a way to control the order that these fields are highlighted when selected and the order they are pasted when copied from the pdf?  I would have though it would copy from top to bottom, left to right pretty much every pdf I have used other than the ones created from telerik reporting.

 

For example, in the attached screenshot of the reports, I have labelled the fields with numbers the display the order the fields are highlighted when dragging the cursor over the text (and the order they are pasted in word if I do a "select all", copy and paste (I have hidden the field names for security reasons).  I note that it is not the order that these fields (textboxes, htmltextboxes) were added to the report either.

Rem
Top achievements
Rank 1
 answered on 21 Aug 2019
3 answers
986 views

Hi,

Today it is not possible to display/consume object fields from a nested array (as far as I can see).

MyDataSet
- field1 (int)
- field2 (string)
- field3 (int)
- field4 (object)
-- field4_array (object)
---- field4_1 (int) (not visible/accessible)
---- field4_2 (int) (not visible/accessible)
---- field4_3 (string) (not visible/accessible)

This means the fields of field4 (array) are not visible or accessible in the report designer.
The only way to access this data, is to make a new dataset, with (field4_array) as root,
but that is not preferable.

 

Could this potentially be implemented in upcoming versions?

 

Cheers,
Casper

Silviya
Telerik team
 answered on 20 Aug 2019
3 answers
365 views

Hi,

I'm experiencing that simple aggregation functions doesn't work properly on fields 
that includes null values (even though the documentation says that it excludes null values).

I'm doing the aggregations in list rows (outside group) and using the inline json data sources.

I see the following errors:

- Avg: [= Avg(Fields.collectionIncludingNull)]
Error: Type mismatch in expression 'Add'.

- Max: [= Max(Fields.collectionIncludingNull)]
Error: Cannot perform '<=' opreration on System.Decimal and Newtonsoft.Json.Linq.JValue

- Min: [= Min(Fields.collectionIncludingNull)]
Error: Cannot perform '<=' opreration on System.Decimal and Newtonsoft.Json.Linq.JValue

Can you investigate this for me, and see if you spot the error in your end?

Thanks!

Cheers,
Casper

Casper
Top achievements
Rank 1
 answered on 20 Aug 2019
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?