.NET Barcode Generation SDK
for Reporting Services in VB.NET
.NET Barcode Generator for SSRS
Barcode SSRS > Barcode in SSRS > Code 39
Code 39 SSRS Barcode Library/SDK
Create Dynamic Code 39 Barcodes in SSRS Using Visual Basic
Create Dynamic Code 39 Barcodes in SSRS Using Visual Basic - Features
It is possible to generate and print Code 39, Code 3/9, Code 3 of 9 in SQL Reporting Services using Visual Basic programming in Visual Studio 2005 and 2008. SQL Reporting Services solution combined with capabilities of the .NET Framework make VB.NET an excellent way to start barcode generation in SSRS.
Support Linear/Matrix Barcode Types for SSRS in VB.NET
It is easy to generate linear and 2D barcodes using barcode generator/library for SSRS using VB.NET programming:

Code 128, EAN-13, GS1-128,UPC-A

Data Matrix,PDF-417,QR Code

Support Project Types:

.NET programmers could easily utilizes templates listed in Visual Studio 2005 and 2008 and make them perform barcoding tasks using ASP.NET.

.NET Technology:

It is possible to maintain Code 39 images when you exporting SQL Reporting Services to PowerPoint, PDF, Word and Excel documents. C# source code and perpetual licenses are provided in purchased version.
Robust Barcode Generators to Generate Code 39 in .NET Applications
Aspper.com provides robust .NET barcode generators to create and print Code 39 barcode into .NET applications using Visual Basic programming. Details please refer to:
How to Generate Code 39 Barcodes in Reporting Services Using/SSRS using VB.NET
First Aspper.Barcode download trial package for SSRS and unzip it on users computer. Start your Visual Studio and create new SSRS report solution in VB.NET.

Create SSRS Report in Visual Studio

  1. Choose template: Start Visual Studio 2005 or 2008, select "Business Intelligence Projects", and then choose "Report Server Project Wizard" as template.
  2. Data Source: Choose "AdventureWorks" and lick "OK" button in the upcoming "Connection Properties" form.
  3. Query string: In "Report Wizard" window, copy “SELECT CustomerID, TerritoryID, AccountNumber FROM Sales.Customer" to the Query string input box and click “Next" button.
  4. Report Type: Choose it as “Tabular" and click “Next".
  5. Report Setting: Choose default setting of "Design the Table”, "Choose the Table Style", "Choose the Deployment Location" and click “Next".
  6. Name Report: Name the report as "Barcode in Reporting Service 2005", click "Finish".

Add Reference and Create Code 39 Barcodes in Reporting Services Using .NET Control

  1. Choose DLL: Display the Visual Studio toolbox and select "Aspper.aspnet.linearbarcode.dll" then adds it as item on toolbox. Now you could find the barcode item "AspnetLinear" on toolbox.
  2. Add Column: Add a "Barcode" column to display the linear or 2D barcode images.
  3. Property Setting: Drag and drop the “Aspnet.Linear “to the "Barcode" column of the report.
  4. Move to the "Properties" setting panel and change "BarcodeData" to "=Fields!AccountNumber.Value".
  5. Preview Report: Click the "Preview" button to view the report you created.