Print label in report server

  • Do anyone know how to print label in the report server?

    Thank for all your help

  • On the Report Properties fly-out menu, click the icon for Property Pages. Click the layout tab & set your # of columns and column spacing for the labels. Then create one label in the designer according to the size of one label. The page size should be left at 8.5x11. To actually print the labels, you'll need to make it a PDF. Hope that helps.

  • Thank Bob, I just get back the issue, After setup the column to 3 in the properties, the report put the second column to the second column field.

    For example,

    the layout I have

    Field.Lastname.Value  Field.firstname.value

    Field.Address

    My PDF file look like

    --------------     -------------     ---------

    John                    Smith

    Mitchell                Bob

    The label I expect is

    John Smith            Mitchell Bob

    123 5th Ave

     

  • For the name, try using something like this in a single text box:

    =Field.firstname.value & " " & Field.Lastname.Value

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply