Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I've built and installed in windows 7 and its work!!!.. the images are displayed in the report. But not for XP
these are my codes

VB
Dim rp3 As New ReportParameter("para_image", Module1.school_logo_path)
    Me.ReportViewer1.LocalReport.SetParameters(rp3)


and in the report

i set the image box value to

VB
="file:///"+Parameters!para_image.Value


Thank you
Posted
Updated 21-Jan-13 19:01pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900