index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: page shifts when printing :: (2)Post a New Message | Post a Reply
Apr 6 2006, 1:25 PM
 page shifts when printingPost a Reply
 holyschmidt

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

from: Florida

I set the width  objWiz.Width = 650 and the report displays fine, when you click the print link the report shifts way over to the right of the page.

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: