A common need or requirement in barcode reporting scenarios is
to display barcodes in the Page Header or/and Footer of a Report.

A SQL Server Reporting Services 2000/2005 Report (RDL file) or a Visual Studio
Local Report (RDLC file) can contain a header and footer that run along the top
and bottom of each page, respectively. The important thing to keep in mind
regarding headers and footers is that they can contain static text, images,
lines, rectangles, borders, background color, and background images ONLY, i.e.
you
cannot add databound fields or images directly to a header or footer and
given that, it becomes in a problem when working with barcodes in such page
sections because in most cases you'll want to encode a databound field. The
following guide tries to provide you with a solution to this "limitation".
In the following guide we're going to create a Report Server Project which
shows barcode images into a Page Header section of a simple report. This guide
was developed by using Barcode Professional, Visual Studio 2005 and Reporting
Services 2005. However, the same method stated here is valid for Reporting
Services 2000 projects and Visual Studio Local Reports RDLC!
The idea is very simple... create a Product Catalog for AdventureWorks (A
fictitious company which database is delivered with SQL Server 2005).
If you need more information or assistance, please contact our
.