Crystal Reports Data

  • Thread starter Thread starter Ing. Leandro Pérez Guió
  • Start date Start date
I

Ing. Leandro Pérez Guió

Hello:

Can i fill a Report in runtime using my own dataset?

Greetings.

Leo
 
Yes. Bind the report originally to some given XML file (Which is structured
just like your dataset). Then, just serialize your dataset using WriteXML
("PathThatTheReportOriginallyWasUsingSoYouReplaceTheOldFile
WithNewOne")

Then declare an instance of your report and run it.

HTH,

Bill
 
Back
Top