Results 1 to 8 of 8

Thread: [RESOLVED] Adjusting Paper Size of Data Report

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2006
    Location
    Philippines
    Posts
    177

    Resolved [RESOLVED] Adjusting Paper Size of Data Report

    help please i need to manually adjust the paper size of a data report. i need to enlarge the paper size so that i can enlarge the report size also. thanks

  2. #2
    Addicted Member BestS's Avatar
    Join Date
    Mar 2005
    Posts
    222

    Re: Adjusting Paper Size of Data Report

    Why don't you set the report width to maximum then only enlarge the CONTROL's width? Or you want to change the size from A5 to A3 for instance?

  3. #3
    Junior Member
    Join Date
    Apr 2006
    Posts
    18

    Exclamation Re: Adjusting Paper Size of Data Report

    Dear BestS
    I also want to ask the same thing. I want to make the report on a 17' x 11' paper. Can you suggest me what should i have to do for this? Kindly give me a detailed answer as i am really in need of this.

    regards
    Ahmed

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Apr 2006
    Location
    Philippines
    Posts
    177

    Re: Adjusting Paper Size of Data Report

    i dont know the paper size but i need to enlarge it so that i can adjust my width also. paper width is diff from report width.. the only thing that i know how to adjust is the report. i need to know on how to enlarge or adjust the paper size manually.. THanks

  5. #5
    Addicted Member BestS's Avatar
    Join Date
    Mar 2005
    Posts
    222

    Re: Adjusting Paper Size of Data Report

    Make the maximum as I said.
    A3 for instance
    You can then again print on A4, no problem and on A5
    but won't get errors.
    Make the report A3 size then change only the size of your controls

  6. #6
    Junior Member
    Join Date
    Apr 2006
    Posts
    18

    Re: Adjusting Paper Size of Data Report

    Dear BestS! Please tell me one little thing. Can we have the solution in Crystal Reports?
    I mean paper width solution

  7. #7
    New Member
    Join Date
    Feb 2005
    Posts
    1

    Re: [RESOLVED] Adjusting Paper Size of Data Report

    I think this might be a little closer to what you want:


    Answer
    printer.papersize= value

    'sets the paper sizeof the printer
    Options available are:
    value
    1 = Letter, 8 1/2 x 11 in.
    2= 8 1/2 x 11 in.
    3= 11 x 17 in.
    4= 17 x 11 in.
    5= 8 1/2 x 14 in
    6= 5 1/2 x 8 1/2 in.
    7= 7 1/2 x 10 1/2 in.
    8= 297 x 420 mm
    9= 210 x 297 mm
    12= 250 x 354 mm
    13= 182 x 257 mm
    14= 8 1/2 x 13 in.
    15= 215 x 275 mm
    16 ==10 x 14 in.
    17= 11 x 17 in.
    18= 8 1/2 x 11 in.

    'choose your pick


    I got it from a different site by
    Ravindra M.G.


    One love Y'all

  8. #8
    New Member
    Join Date
    Nov 2008
    Posts
    1

    Smile Re: [RESOLVED] Adjusting Paper Size of Data Report

    I have a solution if this can help...

    if u cant display the report properly on the browser, go to ur vb codes (file where it loads the crystal report), and set these:

    oRpt.FormatEngine.PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.PaperB4 (or bigger)

    oRpt.FormatEngine.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Landscape (or portrait if appropriate)

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