The following error may be thrown when trying to render a report in PDF under .NET 5 in the Linux systems:
"SEH":"System.ArgumentOutOfRangeException: Index and length must refer to a location within the string. (Parameter 'length') at System.String.Substring(Int32 startIndex, Int32 length) at Telerik.Reporting.Paging.TextBox.MeasureText(String text, TextFormat format) at Telerik.Reporting.Paging.TextBox.CreateContent(InitializationContext initContext) ...
The same reports work correctly in Windows.