Results 1 to 4 of 4

Thread: make Crystal report landscape

  1. #1

    Thread Starter
    Addicted Member SkyCoder's Avatar
    Join Date
    Oct 2003
    Location
    Moon Crater 25
    Posts
    183

    make Crystal report landscape

    Hi there

    Im new to the .net enviroment. How do i change the crystal report (existing report ) from potrait to landscape i dont see this propetry anywhere. Please Help me

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: make Crystal report landscape

    Hi see the sample code below
    VB Code:
    1. Dim crReportDocument As New ReportName
    2.                     crReportDocument.PrintOptions.PaperOrientation = PaperOrientation.Landscape
    3.                     CrystalReportViewer1.DisplayGroupTree = False
    4.                     CrystalReportViewer1.Zoom(100)
    5.                     CrystalReportViewer1.ReportSource = crReportDocument

    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

  3. #3
    Frenzied Member
    Join Date
    Jan 2001
    Posts
    1,374

    Re: make Crystal report landscape

    How do you physically widen the report at design time so that you can move objects further to the right on a portrait report?

  4. #4
    Frenzied Member
    Join Date
    Jan 2001
    Posts
    1,374

    Re: make Crystal report landscape

    I worked it out - there is an option to set to landscape in "printer setup" within the report designer.

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