This is a migrated thread and some comments may be shown as answers.

Hiding error messages from end users

2 Answers 158 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Iron
Greg asked on 13 Sep 2019, 04:46 PM

Hi there, 

I'm new to Telerik Reporting and I'm building a report that shows a list of images.  The images are uploaded from a mobile app, processed, and then are made available to be displayed on the report.

In some cases there could be an issue with the processing and the image file is not available or the processing hasn't completed yet before the report is executed.  In this case I would rather display nothing than the big red error message that shows when the image can't be found.  Is there a way for me to suppress this message somehow?

I've attached a sample of the error message.

Thanks for the help,

Greg

2 Answers, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 18 Sep 2019, 09:25 AM

Hi Greg,

Reports are processed and rendered in a single thread, thus the approach to prevent the PictureBox error message involves creating and using user functions. We recommend the custom validation of the input which can return the URL or the downloaded image object.

Best Regards,
Silviya
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Greg
Top achievements
Rank 1
Iron
answered on 18 Sep 2019, 03:00 PM

Thanks Silviya.  I'll give user functions a go and see if I can accomplish what I need to do.

Greg

Tags
General Discussions
Asked by
Greg
Top achievements
Rank 1
Iron
Answers by
Silviya
Telerik team
Greg
Top achievements
Rank 1
Iron
Share this question
or