Hi Tomsaz,
We have to add the Barcode extension project for render barcode with Report viewer. We have added the extension project for your application. Please find the application from below download link,
Sample details:
|
Please find the below steps to add the Barcode Extension in your Bold Reports Report Viewer sample.
Step1: Add the Barcode Extension project reference to our Bold Reports Report Viewer sample as shown in below snap:
Step2: Add the Configuration section in appConfig file as shown in below code example.
app.config
|
<configuration>
<configSections>
<section name="ReportingExtensions" type="BoldReports.Configuration.Extensions, BoldReports.Web" allowLocation="true" allowDefinition="Everywhere" />
</configSections>
<ReportingExtensions>
<ReportItems>
<ReportItem Name="Barcode" Assembly="BoldReports.Extensions.BarcodeCRI" Type="BoldReports.Extensions.BarcodeCRI.OneDBarcodeCRI" />
<ReportItem Name="matrixbarcode" Assembly="BoldReports.Extensions.BarcodeCRI" Type="BoldReports.Extensions.BarcodeCRI.TwoDBarcodeCRI" />
</ReportItems>
</ReportingExtensions>
</configuration> |
|
|
Regards,
Muthu Ramana S