TNormalReport is a component to print reports in Delphi. It allows to prepare almost any types of reports without problems. Almost not visual at all - the most of work is done manually, writing a code which determines an order in which bands and cells are added, which controls headers and footers printing, decides when to start at new page, etc. But this could be a great advantage though... Made a report once, it is possible to copy and modify code to prepare similar one. It is easy to print different sets of cells in the same report by certain conditions, since there are no needs to duplicate your work to prepare many reports, when it is possible to control output in the same report... |