Skip to the content Back to Top

To change the formatting of reports geared for printing in Inmagic Genie v2.1, we have been experimenting with editing the Print.css file and the BatchPrintControl.ascx file. For example, to change all reports to Arial 10pt in the Print.css, replace: BODY { MARGIN-TOP: 0in; FONT: 12pt Times; MARGIN-LEFT: 0in; BACKGROUND:White } with: body, td { margin-top: 5px; font-family: arial, helvetica, sans-serif; font-size: 10pt; margin-left: 5px; background-color:#ffffff; } For clients who want to brand all their printed reports with a header, it is possible to edit the BatchPrintControl.ascx in the usercontrols directory to add HTML to insert a corporate logo, library name and contact information. This content will appear at the top of every report listed in the ReportList at the end of the MyReports.config file. This HTML must be added above the datagrid and below <%@Control....%> Note: unlike the My config files, changes to either of these files will probably be overwritten in any future Genie upgrades. Always make a backup copy of the original files as changes to these are not part of the documented or supported configuration options.

Let Us Help You!

We're Librarians - We Love to Help People