I am developing a Mac OS X Application that is sort of an inventory management system. Now, I essentially need to include a function that generates reports for the client (exportable to PDF).
The user should select the report that he wishes to view and the appropriate multi paged report should be displayed and available for export/print.
Now in Windows (VB)..there's a third party software known as CRYSTAL REPORTS..that makes it really easy to do so. So, is there such a alternative for Cocoa?
And if not, how do I go about generating the reports from core data that would be multi-paged??