how load images from Project - ImageURL s Are Stored In DataBase
hi my dear friends ...
i have many images stored in my Project in Images Folder...
i saved their URL in DataBase ....
one of those addresses is like : ~/Images/1.jpg
how can i tell PictureObject in my report to show these images (stored in my project)???
i do many ways and i test ImageLocation Property without any resaults....
plzz help me and tell me step by setp to solve this problem ...
i really like fast report and i do not want replace it bacause of this...
thanks for attention
i have many images stored in my Project in Images Folder...
i saved their URL in DataBase ....
one of those addresses is like : ~/Images/1.jpg
how can i tell PictureObject in my report to show these images (stored in my project)???
i do many ways and i test ImageLocation Property without any resaults....
plzz help me and tell me step by setp to solve this problem ...
i really like fast report and i do not want replace it bacause of this...
thanks for attention
Comments
You need to do the following:
- in the WebReport.StartReport event, pass the physical path root to the report:
- in the report designer, select your Picture object and create BeforePrint event handler: