Loading

How to Display the MS Chart to data Report!

Submitted by: 


' This code will make the MS chart converted to an image and load it to the data report..

MSChart1.EditCopy
Picture1.Picture = Clipboard.GetData(vbCFMetafile)
SavePicture Picture1.Picture, App.Path & "\Image1.wmf"
Set animal.DataSource = recordset
Set animal.Sections("section2").Controls.Item("Image1").Picture = LoadPicture((App.Path & "\Image1.wmf"))
animal.Show
Clipboard.clear

[inline:untitled.JPG]



Download Code:: 

Comments

Nice code hehe

sir
i need only jsp coding not in VB sir....
Sir i want to learn more jsp program pls send oftenly because i want to become one of the good progrmmer in java

Thank U

Pages

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.