Hi guys,
How do i generate dynamic image based on IF condtion in crystalreport using visual studio 2008
Hi guys,
How do i generate dynamic image based on IF condtion in crystalreport using visual studio 2008
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikavelu VelayuthamPosted Oct 13, 2010, 3:53 AM
http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/12b56c3f-fa41-4a27-a0dd-faf9b27d2b5a
dinaPosted Oct 15, 2010, 9:19 AM
dinaPosted Oct 13, 2010, 3:45 AM
what am i doing wrong or is this disadvantage that microsoft is responsible ?
Thanks in advance.
Manikavelu VelayuthamPosted Oct 13, 2010, 1:42 AM
You can achieve your goal by this way also.
dinaPosted Oct 12, 2010, 3:47 PM
I tried out your solution and works fine but I don't want to save images in sql server but in filesystem that's why I 've adopted (visual studio reporting) and i found out that solution is much more easy than that in crystal report but unfortunatly when I'm trying to export the file in (visual studio reporting) into PDF format
the columns is not displayed completly along the page width but but some columns are shifted to the next row though I set up the font and narrow the columns width as much as possible ,changes reflects on the report viewer in web page but not in PDF file
Is there any suggestions ?
Best Regards.
Manikavelu VelayuthamPosted Oct 12, 2010, 4:50 AM
Add one more column to that table, which will have the conditions like Profit > 20 or Profit < 20.
Based on the values selected display the image from the database