Barcode CRI License Registration
There are two ways to set up the license information:
License settings on a per-Report basis
License information must be set to the LicenseOwner and LicenseKey properties of each Barcode CRI instance found in each report. These properties can be set through two ways:
By using Barcode Builder dialog: After you drag & drop from the Toolbox a Barcode Professional control onto the report at design-time, right-click onto it and select Properties or Barcode Builder... The Barcode Builder form will display. Just enter the license information into the last tab called About Barcode Professional as is shown in the following figure:
Note
Please, keep in mind that the license info is case-sensitive!
Important
Remember that if you had more that one barcode item in the same report, then you must to set up the license properties to each of them.
By using Visual Studio Property Window: The other way to specify the license information to Barcode CRI is through the property window of Visual Studio. After you drag & drop from the Toolbox a Barcode Professional control onto the report at design-time, select it and then hit F4 key. The Visual Studio property window will display. Just enter the license information to the LicenseOwner and LicenseKey properties of Barcode Professional as is shown in the following figure:
Note
Please, keep in mind that the license info is case-sensitive!
Important
Remember that if you had more that one barcode item in the same report, then you must to set up the license properties to each of them.
That's it! After you've set up these properties the TRIAL legend should disappear from the barcode image, indicating that your copy was successfully registered as a licensed version.
License settings on a per-Server basis
Important
This method is NOT always possible to use depending on some security context set up on your server. That means that if you after following the steps stated below you cannot get it to rid of the TRIAL legend on barcodes, then you should go for the first approach i.e. License settings on a per-Report basis
Open any text editor like NotePad and copy/paste the following content:
<?xml version="1.0" encoding="utf-8"?> <NeodynamicBarcodeReportItem> <LicenseInfo LicenseOwner="THE-LICENSE-OWNER-GOES-HERE" LicenseKey="THE-LICENSE-KEY-GOES-HERE" /> </NeodynamicBarcodeReportItem>
Replace the LicenseOwner="THE-LICENSE-OWNER-GOES-HERE" and LicenseKey="THE-LICENSE-KEY-GOES-HERE" with the License Info you received from us when purchasing a lic and then Save this file naming it as Neodynamic.ReportingServices.Barcode.LIC
Copy the Neodynamic.ReportingServices.Barcode.LIC file to the following folder depending on the SSRS version you have there:
- For SSRS 2017 the folder is located at [Program Files]\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin\
- For SSRS 2016 the folder is located at [MSSQLServerInstallDir]\MSRS13.x\Reporting Services\ReportServer\bin\
- For SSRS 2014 the folder is located at [MSSQLServerInstallDir]\MSRS12.x\Reporting Services\ReportServer\bin\
- For SSRS 2012 the folder is located at [MSSQLServerInstallDir]\MSRS11.x\Reporting Services\ReportServer\bin\
- For SSRS 2008/R2 the folder is located at [MSSQLServerInstallDir]\MSRS10.x\Reporting Services\ReportServer\bin\
- For SSRS 2005 the folder is located at [MSSQLServerInstallDir]\MSSQL.x\Reporting Services\ReportServer\bin\
Copy the Neodynamic.ReportingServices.Barcode.LIC file to [Program Files]\Neodynamic\Licenses\BarcodeProSSRS100\
In the dev machine where you installed and configured the Barcode CRI, copy the Neodynamic.ReportingServices.Barcode.LIC file to the following folder depending on the Visual Studio (or SSDT or BIDS) version you have there:
- For VS2017 the folder is located at [VSInstallDir]\Common7\IDE\CommonExtensions\Microsoft\SSRS or [VSInstallDir]\Common7\IDE\CommonExtensions\Microsoft\SSDTRS
- For VS2015/VS2013/VS2012/VS2010/VS2008/VS2005 the folder is located at [VSInstallDir]\Common7\IDE\PrivateAssemblies