November 8, 2004 at 1:46 pm
Do anyone know how to print label in the report server?
Thank for all your help
November 8, 2004 at 4:45 pm
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.
December 6, 2004 at 11:28 am
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
December 8, 2004 at 10:18 am
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