Company Picture to RDLC report Header (NAV 2009 R2)
Amolkbhad23
Member Posts: 46
Hi All,
i am modifying Report No. 405 Order.
I want to add company logo in report Header.
use =Convert.frombase64string(Fields!copmanylogo.value) in Image Value .
and in Report Body =Convert.frombase64string(Fields!copmanylogo.value) as expression.
when i run report is not display. but in classic is working.
did i miss anything...?
plz help.
i am modifying Report No. 405 Order.
I want to add company logo in report Header.
use =Convert.frombase64string(Fields!copmanylogo.value) in Image Value .
and in Report Body =Convert.frombase64string(Fields!copmanylogo.value) as expression.
when i run report is not display. but in classic is working.
did i miss anything...?
plz help.
0
Comments
-
Not sure which process did you use.
Check this blog
http://blogs.msdn.com/b/nav/archive/2009/02/05/updated-april-2nd-2009-how-to-add-a-company-picture-to-a-report.aspx
You can also check where did you write CALCFIELDS(picture) code?0 -
If the logo are on the header you need to use SetPicture and GetPicture0
-
Thanks you MR. mohana_cse06
Check your Link. try as per mention in that link.
but still logo is not showing in RDLC report.
Please help.
Regards
Amol Bhad.0 -
If the logo are on the header make that:
In the body put the a TextBox and put this code:=Convert.ToBase64String(First(Fields!Youlogo.Value))
In the header put a textbox with that:=Code.SetPicture(ReportItems!CtrlLogo.Value,1)
And put a image with the properties with:
MIMEType = image/bmp or image/jpeg
Source = database
and in value=Convert.FromBase64String(Code.GetPicture(1))
And if you got it on the body, see the webpage of mohana0 -
Thanks for Reply
is there any thing to write in code of the Report properties ?0 -
Yes, you need to write this on the Code of the report
Shared PictureData as Object Public Function GetPicture() as Object Return PictureData End Function Public Function SetPicture(NewData as Object) if NewData>"" PictureData = NewData end if End Function0 -
Hi All,
I try to print logo. but still is not showing in my report. in classic it is showing.
i am adding this logo in 405 order report.
Plz help me.
Regards,
Amol Bhad0 -
i attached object also.0
-
I sent to you a email0
-
Hi Guys,
I have had the same issue and read and followed the blog that was mentioned in one of the posts but still get a red cross when try to view the company logo from the company information table. Thanks
Please help.
Regards,
Sapan Shah0 -
Hi Sapan Shah,
Please follow steps as per blog -
http://saurav-nav.blogspot.in/2012/12/add-image-in-rtc-reports.html
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page0 -
Hi Saurav,
I had already found your blog on the net and followed it but it works on Customer- Sales List and one other report but not on the Statements(119) Report. Any idea why it would be doing that? Thanks
Sapan0 -
Hi Sapan Shah,
If Possible please send me object at postsaurav@gmail.com
I will check and will revert back.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 333 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

