|
-
Nov 3rd, 2005, 10:38 PM
#1
Thread Starter
Addicted Member
data report help needed
i need to include images from a database in the data report ...can any body tell me how to do it..i have done that in crystal reports but due to some reason i cannot use it
thanx
-
Nov 4th, 2005, 01:32 AM
#2
Re: data report help needed
According to MSDN, the rptImage control cannot be bound to a data field. You can load the image in code using something like
VB Code:
Set DataReport1.Sections("Section1").Controls(1).Picture = LoadPicture("c:\windows\FeatherTexture.bmp")
DataReport1.Refresh
I don't think you can show an image per record.
Last edited by brucevde; Nov 4th, 2005 at 01:36 AM.
-
Nov 4th, 2005, 06:38 AM
#3
Re: data report help needed
Moved to Reporting section.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|