NAV 2013 R2 labelreport empty page

alboralbor Member Posts: 11
edited 2014-02-26 in NAV Three Tier
Hi,

I am working on a NAV 2013 R2 report containing a labelcode which has to be printed on a labelprinter (LabelWriter 450 Turbo). Every time I print a labelcode two labels are printed. One of the pages contains the actual labelcode and the second one is blank.

I have tried to modiy the size of the report in visual studio express 2010, but the second blank page just wont go away.

What am I doing wrong?

Please let me now if you need further information!

Thank you

Comments

  • postsauravpostsaurav Member Posts: 708
    HI,

    The problem seems to be with Report Width.

    1. What is the Page Width that your Printer Supports? ** Only in case of Custom Page
    2. What is the Page Width Specified in report Properties? (Check By Report Properties)
    3. What is the Size of Left and Right Margin? (Check By Report Properties)
    4. What is the Size of Report Body? (Check By Body Properties)

    Suppose these are values -
    1. Page Width that your Printer Supports - 21 CM (standard A4)
    2. Page Width Specified in report Properties - 21 CM (standard A4)
    3. Size of Left and Right Margin - 1 cm Left & 1 cm Right
    4. Size of Report Body - 19 cm

    The Report Prints Based on Below Scenario -

    The Body Size (4) <= Page Width(2) - SUM OF (Left & Right Margin) (3)

    Let me the if you require any help

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
  • alboralbor Member Posts: 11
    Hi and thanks for your reply

    I found the following measures on the report

    1. Actual size on label: width 3,6cm Height 8,8cm
    2. Report -> Proberties: width 3,5cm Height 8,2cm
    3. Left margin 0,2cm right margin 0,2cm
    4. Body size width 3 height 7,5

    As I see it the size should be ok --> 3 <= 3,5-(0,2*2) right?
Sign In or Register to comment.