Click here to Skip to main content
15,891,597 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to Generate a QRCode image in an rdl file. I have QRCoder.dll which has a method to return QRCode image bytes.

I have inserted an image in the rdl designer. In order to map the image bytes to this image, what are the steps or the properties i need to set and run the report to see it locally?

Anyone Please provide any sample RDLC project if possible.

What I have tried:

1. My Custom Code :
Public Function QRImage(ByVal ImageParam As String) As Byte()
Return tcore.AMSQRCodeGeneratorTask.AMSQRCodegeneratorTask.GenerateQRCode(ImageParam)
End Function

2. My Image properties:
-Selected Image Source : External
-fx : =Code.QRImage("Test")
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900