Skip to content

Commit b8017fb

Browse files
author
Evgeny Polevikov
authored
Merge pull request #3 from epolevikov/update-topics-on-barcodes
Update topics on barcodes
2 parents 165e3fe + 8f91d54 commit b8017fb

File tree

124 files changed

+861
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+861
-74
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ See the following topics to learn about the supported one-dimensional bar codes:
2727
* [Interleaved 2 of 5](use-bar-codes/interleaved-2-of-5.md)
2828
* [Matrix 2 of 5](use-bar-codes/matrix-2-of-5.md)
2929
* [MSI - Plessey](use-bar-codes/msi-plessey.md)
30-
* [PostNet](use-bar-codes/interleaved-2-of-5.md)
30+
* [Pharmacode](use-bar-codes/pharmacode.md)
31+
* [PostNet](use-bar-codes/postnet.md)
3132
* [UPC Shipping Container Symbol (ITF-14)](use-bar-codes/upc-shipping-container-symbol-itf-14.md)
3233
* [UPC Supplemental 2](use-bar-codes/upc-supplemental-2.md)
3334
* [UPC Supplemental 5](use-bar-codes/upc-supplemental-5.md)

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/codabar.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,30 @@ The **Codabar** is a discrete, self-checking symbology that may encode **16** di
88

99
![](../../../../../images/eurd-win-bar-code-codabar.png)
1010

11-
The following properties are specific to the **Codabar** type and listed in the [Property Grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md) under the **Symbology** property:
11+
## Add the Bar Code to a Report
12+
13+
1. Drag the **Bar Code** item from the report controls toolbox tab and drop it onto the report.
14+
15+
![](../../../../../images/drag-and-drop-barcode.png)
16+
17+
2. Set the control’s **Symbology** property to **Codabar**.
18+
19+
![](../../../../../images/codabar-in-designer.png)
20+
21+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties and properties [specific](#specific-properties) to **Codebar**.
22+
23+
## Specific Properties
24+
25+
In the [property grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md), expand the **Symbology** list and specify the following properties specific to **Codabar**:
1226

1327
* **StartSymbol**
1428

15-
Gets or sets the first (start) symbol used to code the bar code's structure.
29+
Gets or sets the first (start) symbol used to code the barcode's structure.
1630

1731
* **StopSymbol**
1832

19-
Gets or sets the last (stop) symbol used to code the bar code's structure.
33+
Gets or sets the last (stop) symbol used to code the barcode's structure.
2034

2135
* **Wide Narrow Ratio**
2236

23-
Specifies the density of a bar code's bars.
37+
Specifies the density of a barcode's bars.

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-11-usd-8.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ The symbology is discrete and is able to encode the numbers **0** through to **9
1010

1111
![](../../../../../images/eurd-win-bar-code-code-11.png)
1212

13-
The are no properties specific to the **Code 11** bar code type.
13+
## Add the Bar Code to a Report
14+
15+
1. Drag the **Bar Code** item from the report controls toolbox tab and drop it onto the report.
16+
17+
![](../../../../../images/drag-and-drop-barcode.png)
18+
19+
2. Set the control’s **Symbology** property to **Code11**.
20+
21+
![](../../../../../images/code-11-usd-8-in-designer.png)
22+
23+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties.

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-128.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,21 @@ This symbology has been widely implemented in many applications where a relative
1010

1111
![](../../../../../images/eurd-win-bar-code-code-128.png)
1212

13-
The following property is specific to the **Code 128** type and available in the [Property Grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md) under the **Symbology** property:
13+
## Add the Bar Code to a Report
14+
15+
1. Drag the **Bar Code** item from the report controls toolbox tab and drop it onto the report.
16+
17+
![](../../../../../images/drag-and-drop-barcode.png)
18+
19+
2. Set the control’s **Symbology** property to **Code128**.
20+
21+
![](../../../../../images/code-128-in-designer.png)
22+
23+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties and properties [specific](#specific-properties) to **Code 128**.
24+
25+
## Specific Properties
26+
27+
In the [property grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md), expand the **Symbology** list and specify the following property specific to **Code 128**:
1428

1529
* **Character Set**
1630

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-39-extended.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,38 @@ Using **Code 39**'s "Full ASCII Mode", it is possible to encode all **128** ASCI
88

99
![](../../../../../images/eurd-win-bar-code-code-39-extended.png)
1010

11-
The following properties are specific to the **Code 39 Extended** type and listed in the [Property Grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md) under the **Symbology** property:
11+
## Add the Bar Code to a Report
12+
13+
1. Drag the **Bar Code** item from the report controls toolbox tab and drop it onto the report.
14+
15+
![](../../../../../images/drag-and-drop-barcode.png)
16+
17+
2. Set the control’s **Symbology** property to **Code39Extended**.
18+
19+
![](../../../../../images/code-39-extended-in-designer.png)
20+
21+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties and properties [specific](#specific-properties) to **Code 39 Extended**.
22+
23+
## Specific Properties
24+
25+
In the [property grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md), expand the **Symbology** list and specify the following properties specific to **Code 39 Extended**:
1226

1327
* **Calculate a Checksum**
1428

15-
Specifies whether to calculate a checksum for the bar code.
29+
Specifies whether to calculate a checksum for the barcode.
1630

1731
* **Wide Narrow Ratio**
1832

19-
Specifies the density of a bar code's bars.
33+
Specifies the density of a barcode's bars.
2034

21-
The **Code 39 Extended** bar code, as opposed to [Code 39](code-39-usd-3.md), automatically replaces all necessary characters with special symbols, when required. This means that you do not need to do this manually, otherwise, the result will be incorrect.
35+
The **Code 39 Extended** barcode, as opposed to [Code 39](code-39-usd-3.md), automatically replaces all necessary characters with special symbols, when required. This means that you do not need to do this manually, otherwise, the result will be incorrect.
2236

23-
For example, if you want to insert a "TAB" character into a bar code's text, use "\t", which will be replaced by "$I" for coding, and then into "TAB" after scanning:
37+
For example, if you want to insert a "TAB" character into a barcode's text, use "\t", which will be replaced by "$I" for coding, and then into "TAB" after scanning:
2438

2539
| Property | Value |
2640
|---|---|
27-
| Bar code's text: | "12345\t678" |
41+
| Barcode's text: | "12345\t678" |
2842
| Coded text: | "12345$I678" |
2943
| Scanned text: | "12345[TAB]678" |
3044

31-
The checksum is not considered to be part of a bar code's text and checksum characters are never replaced. When the bar code's **Show Text** and **Calculate a Checksum** properties are enabled, the bar code will not display a checksum character. This is required to avoid mistakenly treating a checksum as part of bar code text.
45+
The checksum is not considered to be part of a barcode's text and checksum characters are never replaced. When the barcode's **Show Text** and **Calculate a Checksum** properties are enabled, the barcode will not display a checksum character. This is required to avoid mistakenly treating a checksum as part of barcode text.

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-39-usd-3.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,26 @@ author: Anna Gubareva
88

99
![](../../../../../images/eurd-win-bar-code-code-39.png)
1010

11-
The following properties are specific to the **Code 39** type and listed in the [Property Grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md) under the **Symbology** property:
11+
## Add the Bar Code to a Report
12+
13+
1. Drag the **Bar Code** item from the report controls toolbox tab and drop it onto the report.
14+
15+
![](../../../../../images/drag-and-drop-barcode.png)
16+
17+
2. Set the control’s **Symbology** property to **Code39**.
18+
19+
![](../../../../../images/code-39-extended-in-designer.png)
20+
21+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties and properties [specific](#specific-properties) to **Code 39**.
22+
23+
## Specific Properties
24+
25+
In the [property grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md), expand the **Symbology** list and specify the following properties specific to **Code 39**:
1226

1327
* **Calculate a Checksum**
1428

15-
Specifies whether to calculate a checksum for the bar code.
29+
Specifies whether to calculate a checksum for the barcode.
1630

1731
* **Wide Narrow Ratio**
1832

19-
Specifies the density of a bar code's bars.
33+
Specifies the density of a barcode's bars.

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-93-extended.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@ Using **Code 93**'s "Full ASCII Mode", it is possible to encode all **128** ASCI
88

99
![](../../../../../images/eurd-win-bar-code-code-93-extended.png)
1010

11-
The following property is specific to the **Code 93 Extended** type and available in the [Property Grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md) under the **Symbology** property:
11+
## Add the Bar Code to a Report
12+
13+
1. Drag the **Bar Code** item from the report controls toolbox tab and drop it onto the report.
14+
15+
![](../../../../../images/drag-and-drop-barcode.png)
16+
17+
2. Set the control’s **Symbology** property to **Code93Extended**.
18+
19+
![](../../../../../images/code-93-extended-in-designer.png)
20+
21+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties and properties [specific](#specific-properties) to **Code 93 Extended**.
22+
23+
## Specific Properties
24+
25+
In the [property grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md), expand the **Symbology** list and specify the following property specific to **Code 93 Extended**:
1226

1327
* **Calculate a Checksum**
1428

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/code-93.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,21 @@ author: Anna Gubareva
1010

1111
![](../../../../../images/eurd-win-bar-code-code-93.png)
1212

13-
The following property is specific to the **Code 93** type and available in the [Property Grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md) under the **Symbology** property:
13+
## Add the Bar Code to a Report
14+
15+
1. Drag the **Bar Code** item from the report controls toolbox tab and drop it onto the report.
16+
17+
![](../../../../../images/drag-and-drop-barcode.png)
18+
19+
2. Set the control’s **Symbology** property to **Code93**.
20+
21+
![](../../../../../images/code-93-in-designer.png)
22+
23+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties and properties [specific](#specific-properties) to **Code 93**.
24+
25+
## Specific Properties
26+
27+
In the [property grid](../../report-designer-tools/ui-panels/property-grid-tabbed-view.md), expand the **Symbology** list and specify the following property specific to **Code 93**:
1428

1529
* **Calculate a Checksum**
1630

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/ean-13.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ The recommended dimensions are shown in the following image. The standard allows
1414

1515
There should be two quiet zones before and after the bar code. They provide reliable operation of the bar code scanner. The quiet zone recommended length is **3.63** mm for the left zone and **2.31** mm for the right zone.
1616

17-
The are no properties specific to the **EAN 13** bar code type.
17+
## Add the Bar Code to a Report
18+
19+
1. Drag the **Bar Code** item from the report controls toolbox tab and drop it onto the report.
20+
21+
![](../../../../../images/drag-and-drop-barcode.png)
22+
23+
2. Set the control’s **Symbology** property to **EAN13**.
24+
25+
![](../../../../../images/ean-13-in-designer.png)
26+
27+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties.

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/ean-8.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@ author: Anna Gubareva
88

99
![](../../../../../images/eurd-win-bar-code-ean8.png)
1010

11-
The are no properties specific to the **EAN 8** bar code type.
11+
## Add the Bar Code to a Report
12+
13+
1. Drag the **Bar Code** item from the report controls toolbox tab and drop it onto the report.
14+
15+
![](../../../../../images/drag-and-drop-barcode.png)
16+
17+
2. Set the control’s **Symbology** property to **EAN8**.
18+
19+
![](../../../../../images/ean-8-in-designer.png)
20+
21+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties.

0 commit comments

Comments
 (0)