Results 1 to 5 of 5

Thread: Landscape Data report?

  1. #1

    Thread Starter
    Lively Member Ansoft's Avatar
    Join Date
    Jul 2005
    Posts
    76

    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:
    1. Printer.Orientation=2
    2.  
    3. 'and
    4.  
    5. Printer.Orientation=1

    But nothing happened.
    Ansoft The code mad

    VB Forum is my master

  2. #2
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    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.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Landscape Data report?

    Moved to reporting

  4. #4

    Thread Starter
    Lively Member Ansoft's Avatar
    Join Date
    Jul 2005
    Posts
    76

    Re: Landscape Data report?

    Quote 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
    Ansoft The code mad

    VB Forum is my master

  5. #5

    Thread Starter
    Lively Member Ansoft's Avatar
    Join Date
    Jul 2005
    Posts
    76

    Re: Landscape Data report?

    Quote Originally Posted by Hack
    Moved to reporting
    What it means?
    Ansoft The code mad

    VB Forum is my master

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