Telerik Forums
Reporting Forum
1 answer
306 views
Hello,

I'm using WebReportDesigner in the React application. One of our key requirements is to use Authentication, because the users from different tenants have different storages, different settings, configuration, etc.
Since the WebReportDesigner does not support Authentication, I've used the approach described here: https://feedback.telerik.com/reporting/1486109-pass-bearer-token-authentication-with-web-report-designer-api-requests 

Everything works fine until we use the URI subreport in our report. It fails to render with the error message:
"An error has occurred while processing SubReport 'subReport1':Response status code does not indicate success: 401 (Unauthorized)."

The Report Engine most likely makes internal HTTP call to the "/reports/{reportId}" without authorization HTTP headers, cookies, etc., and that's why the HTTP call could not be authenticated.

I have also tried to override the virtual "IActionResult GetReport(string reportId)" method, but can't find any useful info about the logged-in user.

Btw: we face the very same issue in the WebViewer, which supports authentication (by passing authenticationToken - it's not forwarded when resolving the subreports).

How can we use subreports with our authorized API controllers?

Thank you!
Todor
Telerik team
 answered on 13 Jan 2022
0 answers
155 views

We have recently updated from v10 to v15 of Telerik Reporting via the Report Upgrade Wizard.  Everything is looking good for all of our report files but I did notice an issue with Conditional Formatting.  Conditional Formatting seemed to work intermittently across different reports.  I opened one of these reports in the VS 2019 Designer and changed the formatting and saved it and it started working as it had before.  When I compared the differences I noticed the precision of the drawing locations for the controls had been changed.  The Conditional Formatting was the same.

This is kind of a multipart question so I apologize in advance.

1. Is there a way to force the designer files to be regenerated across all of the report files in my solution?

2. Are there any know issues with Conditional Formatting that would not allow the following code to work?

//When we are not on page 1 show this panel.

formattingRule1.Filters.Add(new Telerik.Reporting.Filter("=PageNumber", Telerik.Reporting.FilterOperator.Equal, "=1"));    formattingRule1.Style.Visible = false;

Thanks,

Eric

Eric
Top achievements
Rank 2
 asked on 13 Jan 2022
0 answers
223 views
We are creating QR code label reports using Telerik Reporting.  The top row alligns within the label borders but drops a little on each subsequent row until the text is below the bottom border on rows 3 to 5.  How can I get the label to maintain it's top margin
Randy
Top achievements
Rank 1
 asked on 13 Jan 2022
0 answers
113 views

I have a report that has a table and a graph.  The graph needs to be contextually dependent on the user's interactivity with the table.  When the user clicks on a cell in the table, it needs to update the value of two report parameters.  This needs to cause the graph to refresh its data source, which uses those two parameters as input.

 

How can I accomplish this?  This would be fairly easy to do if I wanted to have the graph on a separate report.  Then I could set the table cells'  interactivity action to "Navigate to Report" accordingly.  But that's not what I want.  How do I simply set the table cells' interactivity action to update the relevant report parameters?

Michael
Top achievements
Rank 1
 asked on 12 Jan 2022
0 answers
79 views

I use the report catalog example to display all the app reports, but the problem that I need to filter them according to the  subject.

is there is any way to have more than report catalog in the app.


For ex: Catalog A is for Sales would contain 3 distinct reports, B is for Billing would contain 5 reports, C is for Receivables....
Any suggestions would be appreciated.

khaled
Top achievements
Rank 1
Iron
 asked on 12 Jan 2022
0 answers
107 views

I am not sure if this is something that you guys could address, but currently when using the ReportViewer print option, if I increase the multiple copies, it still only prints one copy.

Locally, it functions as expected. Is there any change that you guys know about I need to make to have this function within a Citrix-Hosted environment?

Dylan
Top achievements
Rank 1
 asked on 11 Jan 2022
0 answers
102 views

Hi, 

I am using telerik embedded angular with standalone telerik reporting.

I am editing using the standalone telerik and then attach it to the visual studio, then display it on angular.

However,  every time I edit design in the standalone telerik, I need to reattach it to the visual studio everytime.

Can someone guide me on how to make all the edits in the standalone telerik is autoupdated into the visual studio as well as angular?

Thank you.

Azman
Top achievements
Rank 1
 asked on 11 Jan 2022
0 answers
366 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
117 views
...
Jamia
Top achievements
Rank 1
 updated question on 05 Jan 2022
1 answer
358 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
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?