Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing Blank Pages

Status
Not open for further replies.

ksorrell

Programmer
Joined
Jul 29, 2005
Messages
9
Location
US
Hi All,

I have a small problem when I deploy to the report manager, I get blank
pages throughout my report when I go to print. It happens regardless if I
print directly from the report manager or if I export to a pdf, excel, ect. I
know if you change the margins and the page format that it is suppose to
help and sometimes it does. But is there anyone out there that might know a
little bit more about this issue. I would appreciate any help.

Thanks in advance!!!!
 
There is not a lot more to know to be honest. I have had similar issues with printing.

There are 3 suspects here

1st is the PAGE SIZE property - depending on the ratio of width to height, RS determines whether you want to print Portrait or Landscape

2nd - any textboxes with the "CanGrow" property set to TRUE should be looked at as they have a nasty tendancy to expand even if the text fits

3rd - check all of your textbox / rectangle overlaps - especially if you have subrports - RS can get quite scewy (technical term ;-) ) if you have the slightest overlap on some objects

That's about all I know to be honest and based on my thread from earlier this week, there is not a lot more information to be had.

Hope this helps

Rgds, Geoff

Three things are certain. Death, taxes and lost data. DPlank is to blame

Please read FAQ222-2244 before you ask a question
 
Thank you Geoff, that helped!!!!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top