|
-
Jan 14th, 2007, 11:13 AM
#1
Thread Starter
Lively Member
Landscape Data report?
How to make reports(Data Report) in landscape view?
When trying to increase the width of the report
it shows the error :
"Report width is greater than the paper width"
I tried these also
VB Code:
Printer.Orientation=2
'and
Printer.Orientation=1
But nothing happened.
-
Jan 15th, 2007, 03:56 AM
#2
Re: Landscape Data report?
You will have to manipulate the properties of the default printer's page setup, to ensure that it will provide a valid page dimension for your report (report will fit in the printer page dimensions at run time)... as an inital test, try setting the default printer's page setup to landscape... then try printing a test page.
-
Jan 15th, 2007, 06:17 AM
#3
Re: Landscape Data report?
-
Jan 15th, 2007, 10:25 AM
#4
Thread Starter
Lively Member
Re: Landscape Data report?
 Originally Posted by leinad31
You will have to manipulate the properties of the default printer's page setup, to ensure that it will provide a valid page dimension for your report (report will fit in the printer page dimensions at run time)... as an inital test, try setting the default printer's page setup to landscape... then try printing a test page.
I can't understand your answer
please tell me more
-
Jan 15th, 2007, 10:26 AM
#5
Thread Starter
Lively Member
Re: Landscape Data report?
 Originally Posted by Hack
Moved to reporting
What it means?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|