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

Reporting.PictureBox

1 Answer 171 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Santy.e
Top achievements
Rank 1
Santy.e asked on 09 May 2009, 03:24 PM
Hi,

How can to show a PictureBox in the ReportViewer in webforms?
I dont find a example....

        Dim Imagen As New Telerik.Reporting.PictureBox()
        Imagen.Value = "C:\tmp\" + ControlID + ".jpg"
        ReportViewer1.What?  =  What? 

Thx

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 11 May 2009, 01:08 PM
Hello Santy.e,

You cannot add a picturebox to an already processed report. The picturebox is a report item that belongs to a section - you first need to create it, set size and location and add it to respective section. You can see the generated code by placing a picturebox item in the designer and see what code is generated in the InitializeComponent method.

Regards,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Santy.e
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or