VB Code:
  1. Imports CrystalDecisions.Web
  2.  
  3. ...
  4. Dim graph As New CrystalDecisions.Web.HtmlReportRender.CrystalHtmlTextWriter(HtmlReportRender.HtmlOutputSchema.Html32)
  5. graph.Write("<img border='0' src='The_Path_To_Your_Pic_File' width='400' height='400'>")

As i said in the other post, its just a raw idea and not tested. Please test it and let me know the results.

By the way, I wonder if you can deploy reports of crystal reports in web forms without the need of buying liscence.