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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS DataReport Designer in VB6 landscape layout

Status
Not open for further replies.

Jhongski

Programmer
Nov 25, 2004
10
0
0
US
Hi, peepz!

I'm using VB6 how will I set the Microsoft Data Report designer (the one included in VB and not Crystal Report Designer) to display the details in Landscape format.
 
Private Sub DataReport_Initialize()
' Maximize the report
rptComptBestByDiv.WindowState = 2
rptComptBestByDiv.Orientation = rptOrientLandscape

' Send Parameters to Report
' deDB.cmdComptBestLift_Grouping sParm1, CInt(sParm2)
End Sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top