|
-
Mar 13th, 2003, 08:46 AM
#1
Thread Starter
Addicted Member
-
Mar 13th, 2003, 11:44 AM
#2
Frenzied Member
didn't this help?
VB Code:
Dim graph As New CrystalDecisions.Web.HtmlReportRender.CrystalHtmlTextWriter(Web.HtmlReportRender.HtmlOutputSchema.Html32)
graph.Write("<img border='0' src='The_Path_To_Your_Pic_File' width='400' height='400'>")
-
Mar 13th, 2003, 11:50 AM
#3
Thread Starter
Addicted Member
the blue underline appered under the web in:
CrystalHtmlTextWriter(Web .HtmlReportRender
what do i need to import?
-
Mar 13th, 2003, 12:01 PM
#4
Frenzied Member
VB Code:
Imports CrystalDecisions.Web
...
Dim graph As New CrystalDecisions.Web.HtmlReportRender.CrystalHtmlTextWriter(HtmlReportRender.HtmlOutputSchema.Html32)
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.
-
Mar 28th, 2003, 07:19 AM
#5
Thread Starter
Addicted Member
this problem took a long time to slove, but i was looking the the wrong direction.
this is what i did
i wrote the image that is created into the sql server,
then loaded the image into a dataset,
used this dataset as the source for the crystal report.
used this information to write into the database;How to write/read text/image to/from sql database
-
Mar 28th, 2003, 07:25 AM
#6
Frenzied Member
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
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
|