Telerik Forums
Reporting Forum
1 answer
452 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
132 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
199 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
862 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
263 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
995 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
369 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
3 answers
467 views
I have a field from the database that is an integer which is basically number of seconds.
but i want to display it as HH:MM:SS, Is there a way to do that using expression in the reports or it has to be done in code behind.

Silviya
Telerik team
 answered on 19 Aug 2019
0 answers
133 views

Dear 

How can i change date filtering parameter to Persian calendar or disable popup calendar ?

tnx

mojtaba
Top achievements
Rank 1
 asked on 19 Aug 2019
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?