I'm using Crystal Reports Developer 11 and I was wondering whether it is possible to use data that is not stored in a database to create a crystal report.
For example, say I am using ASP to communicate with an API using COM. The API accesses a database and retrieves data. This data is then passed back to the ASP pages using arrays and objects.
What I am now trying to do is use the data that I have retrieved to create a report.
I have read about Crystal Data Objects (CDO), is this what I need to achieve this?
Also is it possible to achieve this type of thing through the visual report designer or only through code?
I'm new to Crystal Reports so I'm not entirely sure whether this is possible. I'm also quite confused in terms of the Crystal products I need to achieve this (i.e. Crystal Reports, Crystal Enterprise etc.)
Thanks for your help