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

Linking to images

2 Answers 923 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Aziz
Top achievements
Rank 1
Aziz asked on 02 Jun 2014, 03:22 PM
Hi,

So I am testing the report designer and trying to figure how to display images without embedding it inside the report. In easense I want to create a header and footer images so I can use them across all reports without the need to embed the binary of the two images in every page.

Is this possible or should I use the VS plugin?

Thanks

2 Answers, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 05 Jun 2014, 01:02 PM
Hello Aziz,

The PictureBox report item is used to display images on a report. Its value can be an expression that contains binary image data or it can be a URI (local path or URL). When a Value property is assigned a string that is not an expression (doesn't start with "=") the value is assumed to be an URI.
You can reuse images from your hard drive, web address, or images saved in a database as an image column and this can be done in both Standalone Report Designer and Visual Studio Report Designer. The PictureBox.Value expression should evaluate to Image, Image byte[], relative or absolute URI.

For more detailed information, please follow the PictureBox help article.

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Aziz
Top achievements
Rank 1
answered on 07 Jun 2014, 11:33 AM
Thanks a lot Nasko,
Tags
Report Designer (standalone)
Asked by
Aziz
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Aziz
Top achievements
Rank 1
Share this question
or