printing complete deatil
Brian Donahue
Posts: 6,590 Bronze 1
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:
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.
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:
<style> body { FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; FONT-STYLE: normal; MARGIN-RIGHT: 10%; }
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.
This discussion has been closed.