borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Setting default paper Size in 2003 & XP)Next Topic (Printing Binary data images through Access in Visual basic) New Topic New Poll Post Reply
AndreaVB Forum : Printing : Print data report in Landscape.
Poster Message
is269
Level: Scholar

Registered: 24-02-2004
Posts: 35

icon Print data report in Landscape.

Hi,

Using data report i would like to print the report in landscape view.

By default it comes in portrait.

Pls help.

Thanks

28-10-2005 at 04:59 AM
View Profile Send Email to User Show All Posts | Quote Reply
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 536
icon Re: Print data report in Landscape.


Private Sub DataReport_Initialize()
YourReportName.Orientation = rptOrientLandscape
End Sub



____________________________
multi-tasking - the ability to hang more than one app. at the same time.

01-11-2005 at 10:33 AM
View Profile Send Email to User Show All Posts | Quote Reply
TJ_01
Level: VB Lord


Registered: 24-08-2005
Posts: 320
icon Re: Print data report in Landscape.

I answered your question here http://www.andreavb.com/forum/viewtopic_6114.html

____________________________
Im JAMES  

02-11-2005 at 01:28 AM
View Profile Send Email to User Show All Posts | Quote Reply
steve_w
Level: Moderator


Registered: 18-04-2003
Posts: 1156
icon Re: Print data report in Landscape.

btw

You will need the latest service pack for VB6 as the landscape property is not available on earlier versions.

Steve  

http://www.microsoft.com/downloads/details.aspx?familyid=9EF9BF70-DFE1-42A1-A4C8-39718C7E381D&displaylang=en

02-11-2005 at 10:06 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Printing : Print data report in Landscape.
Previous Topic (Setting default paper Size in 2003 & XP)Next Topic (Printing Binary data images through Access in Visual basic) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder