How to print address labels with new reportviewer vs2005

joco

New member
Joined
Jan 13, 2007
Messages
1
Programming Experience
3-5
Can you tell me how to make address labels with the new reportviewer vs2005 like in Word
 
Option 1:
1) Retrieve all the information from database to the datatable
2) Create an xml file and define all the field in it.
3) Create a new report and select Mail Label from Crystal Reports Galery
4) Create a database connection by by chosing the ADO.NET and select the xml file that you create in 2)
5) Select the database to the right hand panel and click ok.
6) Design the output in crystal report.

Option 2
1) Skip Option 1 step 1 and 2. Chose the database connection in 3 to connect to the database directly.
2) Do step 5 and 6 in option 1
 
Back
Top