Unplanned
Last Updated: 04 Sep 2024 15:31 by Marc
Chris
Created on: 13 Mar 2024 12:59
Type: Bug Report
2
Native Blazor Report Viewer component does not display relevant messages when the report generation fails

When the reporting service fails to generate a report document, the Get Document Info request returns a 500 response with the error message thrown from within the reporting engine. However, instead of displaying the error message in the viewport, the Native Blazor Report Viewer displays a message falsely suggesting that the report is still being rendered when the rendering has, in fact, failed.

1 comment
Marc
Posted on: 04 Sep 2024 15:31
Experiencing the same, This is the suggestion Telerik Support gave me:

As a workaround in the case when there is no data/significant content in the report, you may set its SkipBlankPages to False (the default is True) - see Rendering and Processing Properties. This will let the reports without data render as empty documents instead of throwing errors. You may consider the KB article Display "No Data" message for Reports and Subreports to display something meaningful to the users.