Type of code, or symbology, the barcode control will use to generate the barcode.
Member | Description |
---|---|
None | None. |
Ansi39 | ANSI 3 of 9 (Code 39) uses upper case, numbers, - , * $ / + %. |
Ansi39x | ANSI Extended 3 of 9 (Extended Code 39) uses the complete ASCII character set. |
Code_2_of_5 | Code 2 of 5 uses only numbers. |
Code25intlv | Interleaved 2 of 5 uses only numbers. |
Code25mat | Code 25 Matrix |
Code39 | Code 39 uses numbers, % * $ /. , - +, and upper case. |
Code39x | Extended Code 39 uses the complete ASCII character set. |
Code_128_A | Code 128 A uses control characters, numbers, punctuation, and upper case. |
Code_128_B | Code 128 B uses punctuation, numbers, upper case and lower case. |
Code_128_C | Code 128 C uses only numbers. |
Code_128auto | Code 128 Auto uses the complete ASCII character set. Automatically selects between Code 128 A, B and C to give the smallest barcode. |
Code_93 | Code 93 uses uppercase, % $ * / , + -, and numbers. |
Code93x | Extended Code 93 uses the complete ASCII character set. |
MSI | MSI Code uses only numbers. |
PostNet | PostNet uses only numbers with a check digit. |
Codabar | Codabar uses A B C D + - : , / and numbers. |
EAN_8 | EAN-8 uses only numbers (7 numbers and a check digit). |
EAN_13 | EAN-13 uses only numbers (12 numbers and a check digit). If there are only 12 numbers in the string, it calculates a checksum and adds it to the thirteenth position. If there are 13, it validates the checksum and throws an error if it is incorrect. |
UPC_A | UPC-A uses only numbers (11 numbers and a check digit). |
UPC_E0 | UPC-E0 uses only numbers. Used for zero-compression UPC symbols. For the Caption property, you may enter either a six-digit UPC-E code or a complete 11-digit (includes code type, which must be 0 (zero)) UPC-A code. If an 11-digit code is entered, the Barcode control will convert it to a six-digit UPC-E code, if possible. If it is not possible to convert from the 11-digit code to the six-digit code, nothing is displayed. |
UPC_E1 | UPC-E1 uses only numbers. Used typically for shelf labeling in the retail environment. The length of the input string for U.P.C. E1 is six numeric characters. |
RM4SCC | Royal Mail RM4SCC uses only letters and numbers (with a check digit). This is the barcode used by the Royal Mail in the United Kingdom. |
UCCEAN128 | UCC/EAN –128 uses the complete ASCII character Set. This is a special version of Code 128 used in HIBC applications. |
QRCode | QRCode is a 2D symbology that is capable of handling numeric, alphanumeric and byte data as well as Japanese kanji and kana characters. This symbology can encode up to 7,366 characters. |
Code49 | Code 49 is a 2D high-density stacked barcode. Encodes the complete ASCII character set. |
JapanesePostal | This is the barcode used by the Japanese Postal system. Encodes alpha and numeric characters consisting of 18 digits including a 7-digit postal code number, optionally followed by block and house number information. The data to be encoded can include hyphens. |
Pdf417 | Pdf417 is a popular high-density 2-dimensional symbology that encodes up to 1108 bytes of information. This barcode consists of a stacked set of smaller barcodes. Encodes the full ASCII character set. Capable of encoding as many as 2725 data characters. |
DataDynamics.ActiveReports Namespace | Style Property
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.