Skip to main content
A newer version of this page is available.

XRCodeMSIGenerator Class

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.XRCodeMSIGenerator class is now obsolete. Use the CodeMSIGenerator class instead.

The class used to generate a MSI bar code.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Obsolete("The DevExpress.XtraReports.UI.BarCode.XRCodeMSIGenerator class is now obsolete. Use the DevExpress.XtraPrinting.BarCode.CodeMSIGenerator class instead.")]
public class XRCodeMSIGenerator :
    CodeMSIGenerator,
    IXRSerializable

Remarks

Use the XRCodeMSIGenerator.CheckSum property to specify the parameters specific to the MSI/Plessey type of bar code.

Implements

DevExpress.Printing.Utils.DocumentStoring.IStorableObject

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also