CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    6

    [RESOLVED] DataReport Landscape

    how to make my datareport landscape?

    it seems simple but i cant find the way how to

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: DataReport Landscape

    If you have Service Pack 6 for Visual Basic 6.0, you could use :
    Code:
    Private Sub DataReport_Initialize()
    DataReport1.Orientation = rptOrientLandscape 'DataReport1 is the Report's name
    End Sub

  3. #3
    Join Date
    May 2009
    Posts
    6

    Re: DataReport Landscape

    so i have to download that service pack,.. and whalla,.. its done?

    thx alot

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured