HOME > GALLERY > MULTIPLE COLUMN

Mutliple Columns :

Preview

Is this an example of Stupid ReportMill Tricks? I don't think so. I once tried to do this with Microsoft Word, and it took me a day of fiddling around with its macro language to get it working.

Using ReportMill, I made this one in 15 minutes.

The data for this report comes not from a database, but from a simple java program that hands off the results of calling :

 GraphicsEnvironment.getLocalGraphicsEnvironment().getAllFonts()

The dataset, therefore, is a list of java.awt.font objects.

[ Template ]