fyiReporting Software, LLC
Home
Products
Downloads
Forum
Release Notes
Report Topics
DataSets
Data Sources
Expressions
Overview
Functions
Report Parameters
Report Items
Chart
Image
List
Matrix
Rectangle
Subreport
Table
Textbox
Designer
Overview
How do I?
Create a New Report
Create a Table
Graph data
Cross tabulate data
Do Labels
Options
Menus
File
Edit
View
Data
Format
Tools
Window
Help
Error Handling
Examples
ASP.NET
Code Examples
RDL Examples
Desktop Server
Command Line Utility

How to Create a Label Report

The following steps show how to create a report for labels (e.g. Avery labels). This is also known as a multi-column report.

  1. Create a list style report using the new report wizard picking the fields you want on the label.
  2. When the wizard finishes delete the report items in the page header and page footer. You should also size the height of the empty page header and footer to get the correct page spacing.
  3. Move the fields into the locations you want to see them on the label. You may want to create Textbox report items with expressions to put fields together (e.g. =Fields!FirstName.Value + " " + Fields!LastName.Value)
  4. Bring up the report properties dialog by clicking on the right mouse button on an empty area below the page footer.
  5. Adjust the report width to the width of the label on the Report tab.

  6. On the Body tab set the Body height to the height of the label plus the height of the vertical gap (if any) between the labels.
  7. Set the # of columns to the number of labels horizontally.
  8. Set the column spacing to the width of the gap between the labels horizontally (if any).

The final report should look something like the following.


See the example ThreeColumns.rdl for a simple multi-column report.