Are pictures not displayed in reports run on the RTC. In classic I can get the company logo to appear on Sales Documents but when the same report is run through the RTC the logo goes away. Was this just forgotten or does the new layout not render the picture?
0
Comments
Which means we have to modify the report. View the Layout click on Report Menu and select Embeded images. Add your image to the report. Then add an image to the report and select the source as embedded and select the value from the dropdown the file name you uploaded.
I'm sure there are other ways, but haven't searched for other ways yet.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
i put a textbox with sourceexpr (companyinfo.picture) visible=no and i used it in the rdlc...source = database mime type = bmp value = [the dataset value]
i am using visual web developer 2008 express
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Here is the error.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Speak to the hand? :-k
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
http://www.urbandictionary.com/define.p ... o+the+hand
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Standard NAV 2009 report 205 has picture on sales header. It could be placed how it is defined in NAV setup.
Or i missunderstood and you are talking about different things?
they are doing the same trick that they are doing with GetData function they are adding non visible text boxes and calling set picture function and passing the picture as an object.
then on actual picture they are converting it using =Convert.FromBase64String(Code.GetPicture(2)).
One thing I don't like in NA version is that those non visible text boxes are squished so that you can't see them. I don't' know why they did that.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n