|
With RSReport you can create static or dynamic reports in an object-oriented manner, show them in a print-preview, of course print them - and even save them as .pdf. This on both OSX and Windows (Linux should work, too - but has never been tested and used) - without the need of any Plugin or PDF-Converter/Printer. It's all written in pure REALbasic.
The following basic drawing elements are available:
Text, Line, Oval, Rectangle, Checkbox, Image, RTF-Text, Triangle
With these basic elements you can do quite a lot... if you need other elements, simply create your own Methods which draw them for you based on these basic elements.
Some things we're using in our main software that is provided in RSReport:
Charts: Line and Bar
With RSReport Designer, you can visually design the reports instead of creating reports only by code. Designed and coded reports can be combined, allowing very complex reports to be created.
The Designer can be used and included in your software as: a Window, a standalone app - or embedded as a ContainerControl.
|
|
 |