Basic HTML reports
Appearance
|
ATK Howto: Basic HTML reports
|
Preface
There are many formats the reports can be sent to, Infact I use the FPDF library to turn mine into PDFs and a recent thread about report writing mentioned using the ATKOpenDocumentWriter class in ATK to create ODF files.
I'm going to focus firstly on the basics to get a report to appear on the screen, and them possibly expand this to include how I used the FPDF library to save PDF files since first you want to know how to do it in ATK.
Conclusion
There are many things that can be expanded upon here but this is the basic method borrowed from Achievo examples