I am working on a report that consists of a table of values. I have used HTML text boxes in the table as my data is stored in HTML format.
When running the report, it mostly works. However, since the HTML box can't handle embedded image files, I will receive an error for that one cell in the table. This causes the report to expand greatly and push data to other pages.
Is there an expression that can be run to test the value to see if Telerik can render it first? Like an If Error() expression.