index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: page shifts when printing ::    show all messagesPost a New Message | Post a Reply
Apr 6 2006, 2:34 PM
 Re: page shifts when printingPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

This happens because the report is trying to rescale to fit the printed page.
A simple work around will be to take off the Width property and simple add a table tag before you display your reports as shown below:

<table with="650">
<tr><td>
<%
    objWiz.DisplayReports()
%>
</td></tr></table>



-------------------------
Ghost
Pages: (1)   [1]

search this forum: