Search results for query: *

  • Users: mary
  • Order by date
  1. M

    Deployment With Dotnetfx

    hi, i have a vb.net application. i would like to create a setup with dotnetfx(framework 2.0). My setup will itself run the framework if the target machine does not have framework. how to merge dotnetfx exe file with my setup?
  2. M

    how to create simple report

    i have created a table dynamically and i have created a dataset for that table. i want to view that table in report viewer. is it possible. i used the following code but iam not getting that data in reportviewer control. Me.ReportViewer1.RefreshReport() Try Dim table As New...
  3. M

    Fatal Exception. Framework Bug?

    hi i want to print that chart alone. so that i used the following code. Clipboard.Clear() mchart1.EditCopy() Dim chartcapture As Bitmap Dim iData As IDataObject iData=Clipboard.GetDataObject If iData.GetDataPresent(DataFormats.Bitmap) Then chartcapture = CType(iData, Bitmap) End...
  4. M

    how to load xml file in report rdlc file

    i am having datas in xml file. i want to load that datas to report ie rdlc file. so that i can view it using reportviewer. how to load xml datas into .rdlc file.
  5. M

    how to print mschart

    hi i want to print that chart alone. so that i used the following code. Clipboard.Clear() mchart1.EditCopy() Dim chartcapture As Bitmap Dim iData As IDataObject iData=Clipboard.GetDataObject If iData.GetDataPresent(DataFormats.Bitmap) Then chartcapture = CType(iData, Bitmap) End...
  6. M

    using nplot chart control

    bar chart hi im using nplot chart control.can anyone say how to display bar chart or pie chart in that. is it possible?? can anyone have some example
Back
Top