CrystalReports Help

  • Thread starter Thread starter mattioli.mirko
  • Start date Start date
M

mattioli.mirko

Hi ,
I have a problem with CrystalReports.
It is possible create CrystalReports at runtime?
I don't have the file .xsd at designer , when run my application, I
have the DataTable object , and the .xsd file, it is possible use .xsd
how parameter with the crystalReports and load the crystalReports with
the .xsd file at the runtime ?
Thanks for all...
 
Hi,

After reread your post I think that you dont need to dynamically create the
report but what u want is able to use a datatable as the report data.
If so you can do it. use Report.SetReportSource ( dataset)
 
Back
Top