Hello,
I was using Aspose.BarCode in SSRS 2008 correctly, now i have to use it in SQL Server 2014. I tried all the steps in the link:
Installation|Documentation
But i couldn’t make it work.
Is it unsupported in SQL Server 2014?
Im trying to see a barcode in Sql Server 2014 Report Builder, for now i can’t use Visual Studio in the machine im working with. It says : " The custom report item type BarCode is not installed "
Is there anybody to help me? Thanks in advance.
Hi Erdem,
Thank you for contacting support. We’re working over your inquiry and will get back to you soon.
Hi Erdem,
Thank you for being patient. Aspose.BarCode works perfect with SQL Server 2012 at the moment. Regarding your query, we have already logged two feature requests as follows:
BARCODREP-33163 - Add support of SQL Server 2014 to Aspose.BarCode for Reporting Services
BARCODREP-33166 - Insert barcode from the Report Builder 3
Your request has also been linked to these issues. We’ll keep you informed regarding any available updates. As a workaround, you can use our Aspose.BarCode for .NET libraries as external DLLs. It’ll help you add the additional barcode functionality.
Please feel free to reply us in case of any confusion or questions.
Hello, thank you for the reply. I used the DLL for .net and it is working fine. But just i can’t change the font size of Code Text. I looked for it in the forum but couldn’t find anything. Is there a way to change the font size of Code Text?
Hi Erdem,
Sample code:
[C#]
// Generate the barcode
BarCodeBuilder builder =
new BarCodeBuilder(“12345678”, Symbology.Code128);
//code text font’s type and size
builder.CodeTextFont =
new System.Drawing.Font(“Verdana”, 12f);
//save barcode image to file
builder.Save(“C:\temp\myBarCode.bmp”, System.Drawing.Imaging.ImageFormat.Bmp);
Please feel free to reply us in case of any confusion or questions.
Hello,
are there any news on supporting SSRS 2014 without using the .NET Library ?
Thanks in advance
Norbert Kessler
Hi Erdem,
Thank you for the inquiry. We’re sorry to share with you that this feature request is pending for the analysis and not resolved yet. We have asked the responsible developer to take a look at your issue shortly. We’ll let you know once an update is available from him.
Hi Norbert,
Thank you for being patient. We have a good news for you that the issue id BARCODREP-33163 has now been resolved. If there is no issue in the QA phase, then this fix will be included in the next version of Aspose.BarCode for SSRS 7.0.0. We’ll inform you via this forum thread as soon as the new release is published.
The issues you have found earlier (filed as BARCODREP-33163) have been fixed in Aspose.BarCode for Reporting Services 7.0.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.