Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi everybody,
I am currently working in the C# windows application Crystal reports.
In if we pass parameter dynamically to the datasets, the image path dynamically send to oleobject but it will not displays the image in the path. But i hard codes the same parameter image in that path is displayed in the Report.


example path:"C:\images\img.jpg" the path is retrieved by the database.
pls anyone help me to slove this problem.
Posted

1 solution

Right-click on the image in the report and set the "Graphic Location" to a field in your database (or a formula).

HTH
 
Share this answer
 

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