CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Location
    Texas
    Posts
    96

    DataReport Landscape

    Please anyone please help. I have never had to create reports using MS DataReports so I never bothered to really learn it. Wow! What an idiot, cause now it's come back to bite me in my...well, you know. Anyways, my question is this, "Is it possible to make a DataReport that is in Landscape mode?". I know I can just set my printer to Landscape, but I want it to show up in the preview pane as being landscape, plus I don't want to print everything Landscape.
    Please, if anyone knows how, or has an idea, I would appreciate hearing it.

    Many thanks,
    Rippin

    PS - In case it matters I am using VB6 on NT (service pack 6)


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: DataReport Landscape

    >Please anyone please help. I have never had to create reports using MS DataReports so I never bothered to really learn it


    I've never used them either, but I've seen a lot of people ask this question before, which led me to 'repost'/adapt some code I saw in the VBPJ at :

    http://codeguru.developer.com/vb/articles/1926.shtml

    - it should help you out - just be sure to read the article first.



    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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