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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top