Does "aspose.barcode for reporting services" support rdlc(local report)?

I can not add a barcode into a rdlc.
This message was posted using Aspose.Live 2 Forum

Hi,

To render barcode in rdlc files, you need to add an image control to the report and then dynamically generate barcode and set the byte array of image.

We have a tutorial for rendering barcode images in rdlc (local report) files in our documentation. Please refer to http://www.aspose.com/documentation/.net-components/aspose.barcode-for-.net/how-to-use-aspose-barcode-component-in-client-report-definition-rdlc-files.html for details.

You may add reference to Aspose.BarCode.ReportingServices.dll in your project to use the BarCodeBuilder class, that is used in this tutorial.