Hi
I'm trying to show a picture on a rtc report line. The picture shall be stored somewhere but not inside NAV Database. the only thing i like to store inside NAV database on the item record is the link to the picture.
My RTC report should read that link an show the picture. Is that possible with NAV2009 R2? What data format for the picuture would i need? Is there some documentation for that specific topic?
Thanks for any help!
0
Answers
http://blogs.msdn.com/b/nav/archive/2009/02/05/updated-april-2nd-2009-how-to-add-a-company-picture-to-a-report.aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Then use a PictureBox in RDLC Layout with the option External (out of the three: External, Embedded, Database)
and put your link as Value of the PictureBox.
About datataypes read this:
http://msdn.microsoft.com/en-us/library/ms251715.aspx
One important thing to think of is to define the file link this way (for a jpg): file:c:\...\picture1.jpg