Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to show image dynamically in crystal report

user-image
Question added by Mohamed Shameer , OpenText ECM Consultant & ECM Administrator , Petrochemical Industrial Company
Date Posted: 2014/05/05
MOHAMED MAHMOUD EISSA
by MOHAMED MAHMOUD EISSA , Software department MGR. and Senior developer , Global Media Services GMS

There is a formula in the "format graphic" dialog where you can set the image path. So you could use a discrete parameter or a datafield to set the value

Jawad Siddiqui
by Jawad Siddiqui , Principal Software Engineer , Nisum Private Limited
Makram Hatoum
by Makram Hatoum , M.I.S Analysts , National Bank Of kwait (N.B.K)

You just have to add a parameter  to your SQL stored procedure  then in crystal report you have to add a formula for EX: if you want to show it or suppress it depending on certain condition you can use this formula

if {data filed} [condition] {parameter} then true else false

Abdul Moiz
by Abdul Moiz , Regional Treasury Officer , Siemens Middle East Limited

Read the image in byte[] array and dynamically convert it into the image.

More Questions Like This