Adding a dynamic image to my Crystal Report
I am using the version of Crystal Reports that is bundled with Visual Studio 2008. I'd like to pass in 开发者_StackOverflow社区an image as a parameter, but I can't seem to figure out how to do this. Can somebody point me in the right direction?
Thanks!
I'm not familiar with VS, but here is what I would do in CR XI Designer:
- Insert a default image
- Right-click on the default image to view its properties.
- Go to the Picture tab.
- There is a formula editor for Graphic Location. Put the formula for your filepath & name there.
If the image can't be found, Crystal will show the default image instead. If the images are of different sizes, you'll want to play with the Can Grow and Lock position and size properties.
精彩评论