|
Apr 6 2006, 1:25 PM | |
holyschmidt
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 | |
ghost
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] |