Posted 13 August 2020, 6:06 pm EST
Hello,
I’m trying to add a Barcode as a CustomReportItem to a PageReport. I found the following forum post, which has sample code that illustrates the process:
https://www.grapecity.com/forums/ar-dev/custom-report-item-example
I can add the CustomReportItem and set the [Type] property = “Barcode”, but I can’t set the Symbology property (or any other barcode related properties). How do I access the Barcode properties of the CustomReportItem (i.e. Symbology)?
Note: I’m trying to do this all in code and I don’t want to use the EndUserDesigner.
Thank You.