Page 1 of 1

ActiveX control with SSRS

PostPosted: Wed Oct 14, 2009 4:25 pm
by nathanb
I looked through the help files and searched the knowledge base but I have not found any information regarding how to use the Barcode ActiveX Control with SQL Server Reporting Services. How would I go about embedding the control into a report using the report designer?

Re: ActiveX control with SSRS

PostPosted: Wed Oct 14, 2009 4:52 pm
by glitch
As far as we know, you can't use ActiveX control directly in SSRS. You can wrap Barcode ActiveX control into a Report Control with .Net language, if you are interested in writing a custom report control. Then you embed the wrapper control in SSRS.

A much simpler way is to use font products. See the links below:

HOWTO: Creating 2D Barcodes in Microsoft Reporting Service 2000 and 2005 (http://mdn.morovia.com/kb/entry/10605/)

HOWTO: Adding Linear Barcodes in Microsoft Reporting Service 2000 and 2005 (http://mdn.morovia.com/kb/entry/10606/)

Re: ActiveX control with SSRS

PostPosted: Wed Oct 14, 2009 5:45 pm
by nathanb
I was afraid that was the answer. Thanks for the information.