Dear,
We are using SQL 2000 Reporting Services. In one report i want to implement "Verfied by Signature" image dynamically.
Images were coming from Database. For each id, there will be one different image in database table.
Now i want to add this image in Report footer.
What i did is
1. Added one TextBox control with name= "txt_UserSignature", Value=Convert.ToBase64String(First(Fields!XXXX.Value, "Dataset1")) and also i made the visibility i.e, Hidden=true
2. Drag and drop one image control in footer of report and set the below properties:
MIMEType=image/jpeg
source=Database
Value=Convert.FromBase64String(ReportItems!txt_UserSignature.Value)
Sizing =FitProportional
Now the question is in report preview, image is displaying in the specifed location of footer. But after exporting to PDF, in PDF File image is showing cross mark in specified location and showing at some other location.
According to our requirement we need to show the image in a specific location of PDF file.
How can we achieve " If anybody aware of this please let me know.
Thanks in Advance.
Regards
Venkatesh P N