Hi Scott,

Unfortunately we don't have any control over Internet Explorer's print capability, but it might help to add a right margin to the HTML report. To do this, you can open c:\program files\red gate sql bundle\SqlCompareReportTemplate.xsl in notepad, locate the <style> tag, and add to the .body section so that there is a right margin. For instance:
&lt;style&gt;
				body
				&#123;
				    FONT-FAMILY: Arial, Helvetica, sans-serif;
				    FONT-SIZE: 8pt;
				    FONT-STYLE: normal;
				    MARGIN-RIGHT: 10%;
				&#125;

This will add a wide margin to the right of every SQL Compare HTML report that you produce and will hopefully prevent the report from spilling off of the page.
Brian Donahue
0

Add comment

Please sign in to leave a comment.