Telerik Forums
Reporting Forum
0 answers
360 views

Hello,

I added Telerik Reporting R3 2021 SP2 in my Blazor project using .NET 6 and I got this error:

The reference "Telerik.Reporting, Version=15.2.21.1125, Culture=neutral,... " could not be added to the project...

I appreciate your help. Greetings
Pink29
Top achievements
Rank 1
 updated question on 07 Jan 2022
0 answers
111 views
...
Jamia
Top achievements
Rank 1
 updated question on 05 Jan 2022
1 answer
340 views

Hello,

in order to use the Telerik Reporting MSSQL cache I need to execute the sql described in https://docs.telerik.com/reporting/t-telerik-reporting-cache-mssqlserverstorage.

However, the database tables and stored procedures need to reside in the dbo database schema.

In my particular case I do not have access to the dbo schema, but only to custom schema.

Is it possible to specify somehow that the database objects needed for the caching reside in different schema instead of dbo?

Dimitar
Telerik team
 answered on 05 Jan 2022
1 answer
1.4K+ views

I am often finding that I need to display different text based on the values of multiple parameters. For example consider having CODE and DESC fields.

  • When both are non-null you want to display "CODE : DESC" (Note the separator)
  • When only DESC is null you want to display "CODE : ---"
  • When only CODE is null you want to display "--- : DESC"
  • When both are null you want to display "Unavailable"

While we can perform these checks with nested IIFs or nested ternaries it is very clumsy. If/elseif/else statements, or better yet, switch expressions would go a long way to making more readable expressions.

 


Milen | Product Manager @DX
Telerik team
 answered on 05 Jan 2022
1 answer
362 views

Good day!

 

I've been having this problem for a while now, in some parts of my report the columns overlap, no matter what I do on the styling I still can't fix it. Here's how it looks:

 

This is a table without borders on both the table and the textboxes.

While this one is a table with borders but no borders on the textboxes.

I'd also like to add that this issue is inconsistent. This mostly happens when opening the report on Google Chrome but it doesnt happen on Edge. Also there are zoom levels that the layout is fixed for example if I zoom about 150% the layout gets fixed.

 

Also I think what's strange is that only the colored columns overlaps. As you can see the columns with just white background are working well.

0 answers
137 views

Hello, 

I am using the Telerik Report Server and I need to create a ReportBook at runtime. Could somebody please provide an example or more guidance on how to accomplish this?

Thank You!

MV
Top achievements
Rank 1
 updated question on 04 Jan 2022
0 answers
301 views

While the introduction of Cross-section Items have made it possible for me to create simple invoice-style reports, it currently has a limitation that keeps it from being used for more complex reports.

Specifically, the following limitation prevents this functionality from being used when each invoice/group item might require different line visibility/length:

The Cross-section item uses the report's data context and cannot be evaluated against detail or group data. The processing engine produces a single instance per each Cross-section item in the report definition, therefore its style or visibility cannot be changed based on data fields.

 

Are there currently any plans to remove this limitation in the near future?

Sam
Top achievements
Rank 1
 asked on 04 Jan 2022
2 answers
239 views

hello, 

i'm using Telerik reporting version 11.2.17.1025

when i'm tring to generate simple PDF/UA using EnableAccessability property in deviceinfo object

and check the output file in adobe acrobat reader properties i see that "Tagged PDF"  is still "No".

other properties on deviceinfo work fine.

this is the simple source code i'm using:

       

Dim reportProcessor As New ReportProcessor()
Dim deviceInfo As New System.Collections.Hashtable()
deviceInfo.Add("EnableAccessiblity", "True")
deviceInfo.Add("DocumentAuthor", "Shlomi Kakon")
 Dim rs As New Telerik.Reporting.InstanceReportSource()
rs.ReportDocument = New BarcodesReport()
Dim result As RenderingResult = reportProcessor.RenderReport("PDF", rs, deviceInfo)
 File.WriteAllBytes(String.Format("C:\Temp\{0}.", Guid.NewGuid.ToString("n")) & result.Extension, result.DocumentBytes)

what can be the problem?

 

thank's

Shlomi

 

 

Ivan Hristov
Telerik team
 answered on 04 Jan 2022
1 answer
588 views

Hi,

In our project we are using html5 report viewer and web report designer. There is an issue with the report web designer.

To reproduce it you can use Html5IntegrationDemo project from "..Progress\Telerik Reporting R3 2021\Examples\CSharp\.NET 5\Html5IntegrationDemo" folder.

For the report name we want to get dynamically from URL. To do this we changed webReportDesigner.html file with this custom code:

If you open "Dashboard" report it will work fine: http://localhost:51862/webReportDesigner.html?report=Dashboard.trdp

But, on second time, if you try to open another report it still opening previous report. http://localhost:51862/webReportDesigner.html?report=Barcodes%20Report.trdp

It's opening "Dashboard" report instead of opening "Barcodes" report. 

How we should design to be able to open only correct report?

 

Thank you,

Byron
Top achievements
Rank 1
Iron
 answered on 31 Dec 2021
0 answers
440 views
We have an web app and we are using telerik report viewer for the report purpose. But if we keep the page as it is for 60 min it is showing "Cannot access the Reporting REST service. (serviceUrl = '/api/reports'). Make sure the service address is correct and enable CORS if needed. (https://enable-cors.org)". Can someone please help? We are trying to pinpoint what is the reason of this error. We also found that the format is keeping the expired token and we are not able to set the token.
MITHUN
Top achievements
Rank 1
 asked on 31 Dec 2021
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?