abstract class %ZEN.Report.Display.category extends childrenNode
Category is the base class for <header>, <body>, and <footer>. It simply renders its children.
This method outputs the necessary stylesheet information for the HTML report. Every tag should override this method.
This method outputs the necessary stylesheet information for the PDF report. Every tag should override this method.