Skip to Content
0
Former Member
Nov 05, 2012 at 05:32 PM

Feeding data at runtime

25 Views

Hi,

I'm new to all this and can't find anything in the docs, so I hope to get some pointers here.

This is the situation (Java on a server) of what I do have:

  • a report (.rpt)
  • an XSD that reflects the dataset in the report

I need to feed the report with data computed at runtime, so I need to get a dataset from the XSD, feed the data in it and feed the dataset to the report. Doing this in C# is easy... but I can't pinpoint a way to do that in Java using Crystal API. I can get an IXMLDataSet, sure, but I have no XML data... I need an IDataSet structure for what I need... bottom line I'm lost 😔

Is there anybody kind enough to point me in the right direction? Pretty please?

Thanks,

Pino