open Properties for the textbox whr you going to place the logo and set Data-->Source as database , MIMEType as Image/bmp, Value as expression eg)=First(Fields!CompanyInfo_Picture.Value).
by doing this u get that logo on header.
open Properties for the textbox whr you going to place the logo and set Data-->Source as database , MIMEType as Image/bmp, Value as expression eg)=First(Fields!CompanyInfo_Picture.Value).
by doing this u get that logo on header.
you can't call a field directly in the header.
you have to follow mohana's guide.
any suggestion how we can troubleshoot the problem?
Thank you.
Regards
Rachel
in this cases could be helpfull, to help you, the following:
1. screenshot of the "About this Report"
2. screenshot of your report in Visual Studio
3. screenshot of the result you get when you run report
In your About this report screenshot I can't see the column that corresponds to your Logo.
Could you say to us what you get in this column? (or if you want you could post another screenshot )
NB: <> is different from blank
Well... as you can see from your screeshot the field CompanyInfo_Picture is empty (<>) accordingly you can't print it in Report. Next step is to discover why the value of this field is empty. check the following to start:
1. where do you place the calcfields for this field (if it's in a section trigger could be this the problem, move it in a dataitem trigger).
2. in which section do you place the company logo
Dear Mohana,
We are able to see the logo at classic report.
1. where do you place the calcfields for this field (if it's in a section trigger could be this the problem, move it in a dataitem trigger).
2. in which section do you place the company logo
Dear Rik,
to answer your question :
1) the calcfields is at the "pre report" section
2) the logo is place at the "page loop header"
Comments
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
open Properties for the textbox whr you going to place the logo and set Data-->Source as database , MIMEType as Image/bmp, Value as expression eg)=First(Fields!CompanyInfo_Picture.Value).
by doing this u get that logo on header.
you can't call a field directly in the header.
you have to follow mohana's guide.
It works as expected... More or Less...
companyinfo.calcfeilds(companyinfo.picture);
This is for Classic reports but bijoykumar needs it in RTC
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
We have followed the instruction in as mention in the below link, however, the logo is not displaying.
http://blogs.msdn.com/b/nav/archive/200 ... eport.aspx
any suggestion how we can troubleshoot the problem?
Thank you.
Regards
Rachel
in this cases could be helpfull, to help you, the following:
1. screenshot of the "About this Report"
2. screenshot of your report in Visual Studio
3. screenshot of the result you get when you run report
It works as expected... More or Less...
Thank you for your fast response.
May i know how to go to "About this report"?
Thank you.
Regards,
rachel
You can search the forum also..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Attach the screen shot as requested.
Thank you.
Regards
rachel
Could you say to us what you get in this column? (or if you want you could post another screenshot )
NB: <> is different from blank
It works as expected... More or Less...
can be able to see picture in classic client?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
1. where do you place the calcfields for this field (if it's in a section trigger could be this the problem, move it in a dataitem trigger).
2. in which section do you place the company logo
Your task is to transform the <> in a *
It works as expected... More or Less...
We are able to see the logo at classic report.
1. where do you place the calcfields for this field (if it's in a section trigger could be this the problem, move it in a dataitem trigger).
2. in which section do you place the company logo
Dear Rik,
to answer your question :
1) the calcfields is at the "pre report" section
2) the logo is place at the "page loop header"
thank you.
regards,
Rachel
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thank you very much.
In fact, there was another section having the CompanyInfo.get.
it's working fine now!!!
Thank you.
regards
Rachel
Welcome \:D/
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav