Dear Chris,
Thanks very much for your code example,
However, can you please give me some coding example of using the Canvas on ASP.Net coding ?
Highly appreciate.
Search found 3 matches
- Wed Feb 25, 2004 3:19 am
- Forum: .NET
- Topic: How to import an Exported Chart image into a Crystal Report.
- Replies: 5
- Views: 12578
- Tue Feb 24, 2004 10:09 am
- Forum: .NET
- Topic: How to import an Exported Chart image into a Crystal Report.
- Replies: 5
- Views: 12578
Question of using Canvas ....
Hi Chris, thanks for the advice.
I have 1 more question regarding the Canvas:
Where should I put the Canvas inside the code ?
Can you please kindly give me some code example ?
Thanks and much appreciate for your help
I have 1 more question regarding the Canvas:
Where should I put the Canvas inside the code ?
Can you please kindly give me some code example ?
Thanks and much appreciate for your help
- Tue Feb 24, 2004 8:07 am
- Forum: .NET
- Topic: How to import an Exported Chart image into a Crystal Report.
- Replies: 5
- Views: 12578
How to import an Exported Chart image into a Crystal Report.
I encountered with a problem when I was putting the exported Chart image files into crystal report. My method is that: Step 1 Write BLOB Data by Using ADO.NET in a DataSet http://support.microsoft.com/default.aspx?scid=kb;en-us;308042 Step 2 Write the DataSet to XML-Schema Step 3 Make this Schema to...