Click here to view the original newsgroup article (read only).
I can't see the attachment... Can you help me with this. My problem is how to load the picture in report viewer using vb.net 2008
I used this code the code below but nothing happens
Me.C1Report1.Sections("Header").OnFormat = "Field1.Picture=D:\Program\AIS Enterprise System 2009\AIS.Report\goldwin.jpg"
Thanks guys for your help
I read some thread in the forum and it is the same on my problem, by the way where I can download the PrintPreviewControl. It is not present on my installer. Thanks guys
Use following code:
Me.C1Report1.Sections("Header").OnFormat = "Field1.Picture=""D:\Program\AIS Enterprise System 2009\AIS.Report\goldwin.jpg"""