Results 1 to 3 of 3

Thread: CrystalReports Viewer

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    CrystalReports Viewer

    How do I get a report to display as landscape instead of letter in a Crystal Reports viewer on an ASP.NET page? Thanks.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Re: CrystalReports Viewer

    Hmmm....gotta be a couple Crystal Guys out there somewhere....anywhere...?
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  3. #3
    Addicted Member Sibby's Avatar
    Join Date
    Feb 2001
    Location
    Milwaukee, WI *The United States of America*
    Posts
    144

    Re: CrystalReports Viewer

    You may of solved this already, but here's to anyone searching for the same answer

    Dim oRpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
    oRpt = New myReportName
    oRpt.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Landscape
    If you can think it....you can code it....

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