web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Print Barcode in SSRS Report

(0) ShareShare
ReportReport
Posted on by 190

Hello everyone,

I have a requirement to print Barcodes on a SSRS Report. 

I have Created the field Barcode in MyTmpTable, EDT:BarcodeString. 

I fullfill the field in processReport method Of MyDPClass as following:

MyTmpTable.Barcode = this.showBarcode(string);

where string is the string that needs to be coded. In the showBarcode method i have the following code:

public BarCodeString showBarcode(str _barcode)
{
Barcode barcode;

barcode = Barcode::construct(BarcodeType::Code39);
barcode.string(true, _barcode);
barcode.encode();

return barcode.barcodeStr();
}

Then, on Visual Studio I have:

7343.Capture.PNG

The problem is that when it prints, it prints only the barcode:

10071.Capture1.PNG

It does not print the value of the string below the barcode, as it should be printed.

3124.Capture2.PNG

I have tried with debug and the field MyTmpTable.Barcode takes the right value(*690214*), but on the report it shows only the barcode.

Can Anyone give any suggestion, why it prints only the barcode, and not its value below?

Thanks in advance! 

*This post is locked for comments

I have the same question (0)
  • Rafael Araujo Profile Picture
    191 on at

    Hi Eva,

    Did you find the solution? If yes, could you add the solution here? Thanks!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Sanhthosh.Kumar.K Profile Picture

Sanhthosh.Kumar.K 2

#2
Raed Salah Bzour Profile Picture

Raed Salah Bzour 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans