put logo in crystal reports
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
How to put logo(jpeg image) in crystal reports in vb .net?Hope ur help. :)
-
How to put logo(jpeg image) in crystal reports in vb .net?Hope ur help. :)
Have a look at these: Similar discussion[^] Image in Crystal Reports[^] Similar discussion 2[^]
Sandeep Mewara [My latest tip/trick] [Forum guidelines]
-
How to put logo(jpeg image) in crystal reports in vb .net?Hope ur help. :)
hi, follow below steps.. 1. create one typed dataset with binary (blob) column or add new column of blob if you are already using the typed dataset. 2. convert your image into binary object 3. load it in that column and bind it in your rpt of crystal report. Hope this helps..