Results 1 to 3 of 3

Thread: [RESOLVED] [2005] Set Crystal Report's Page Style as LandScape from .NET

  1. #1

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Resolved [RESOLVED] [2005] Set Crystal Report's Page Style as LandScape from .NET

    Hi again,

    I wonder if somebody suggest me how to make the Crystal page landscape from .NET

    I don't have Crystal Report installed as saperate package.

    Is that possible ?
    I am using .NET 2010 with Windows 7

  2. #2
    Frenzied Member bmahler's Avatar
    Join Date
    Oct 2005
    Location
    Somewhere just west of the Atlantic
    Posts
    1,568

    Re: [2005] Set Crystal Report's Page Style as LandScape from .NET

    VB Code:
    1. MyReport.PrintOptions.PaperOrientation = CrystalDecisions.[Shared].PaperOrientation.Landscape

    EDIT: IF you are talking about designing the report in VB2005 then go to the CrystalReports Menu and select
    Design >>
    Printer Options
    and then click on Landscape
    Last edited by bmahler; Dec 11th, 2006 at 08:58 AM.
    Boooya
    • Visual Studio 2008 Professional
    • Don't forget to use [CODE]your code here[/CODE] when posting code
    • Don't forget to rate helpful posts!
    • If you're question was answered please mark your thread [Resolved]


    Code Contributions:
    PHP
    PHP Image Gallery v1.0PHP Image Gallery v2.0
    VB 2005
    Find Computers on a networkSimple License EncryptionSQL Server Database Access dllUse Reflection to Return Crystal ReportDocumentSilently Print PDFGeneric Xml Serailizer


    Useful Links: (more to come)
    MSDN (The first and foremost)MSDN Design Guidelines API Reference • Inno Setup CompilerInno Setup PreprocessorISTool - Fairly easy to use GUI for creating inno setup projects • Connection StringsNAnt -Automated BuildsCruise Control .NET - Frontend for automated builds

  3. #3

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Re: [2005] Set Crystal Report's Page Style as LandScape from .NET

    Thanks for ur reply bmahler. Actually I had my Adobe PDF as an default printer in my pc. So can't see the Printer Setup
    I am using .NET 2010 with Windows 7

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