Hi,
I am new RTC and even more so to RDLC services.
I am trying to add the picture from the Company information Table to the header of a report.
To be exact report ID 411.
I have come across this link
http://blogs.msdn.com/b/nav/archive/200 ... eport.aspx
and folowed the steps as described.
I also used the Microsoft Dynamics 2009 Report Design manual which is very similar to the link above.
And I still cant get the Picture to display. ](*,) ](*,) ](*,)
Could anybody please assist me with this.
Thanking You in anticipation
Ryan West
Comments
do you get any errors?
It works as expected... More or Less...
What I did however do was make the hidden text boxes visible and the text box on the body shows a error.
In the table yes there is a *
It works as expected... More or Less...
the value diplayed in the dataset is <> which I presume is nothing
=Convert.ToBase64String(Fields!CompanyInfo_Picture.Value)
This is the textbox which is part of the body
yes it's nothing. so the dataset didn't see the picture.
check the following:
1. you have done a calcfields for the picture field in onprereport trigger
2. in classic client you used a picture box (not image)
It works as expected... More or Less...
I have the following Code
IF CompanyInfo.GET THEN
CompanyInfo.CALCFIELDS(Picture);
2. The control being used a Picture Box
Put here the picture box.
Now check if the value in the dataset is changed from <> to *
It works as expected... More or Less...
I add the extra Picture to the new header as suggested but the result is still the same <>.
I find it strange because the Logo does not even appear on classic client report.
Thanks for your help I managed to get it working.
can you please tell us what you do in that report so that your picture issue in report is resolved, because i am also have same problem.
please tell me same steps so that i can follow same.
thanks in advance.
Did you already go to Sales&Marketing>Setup> Sales & Receivables Setup and make sure that the "logo Position on Document" is set to something?