Skip to content

Commit 991ca72

Browse files
authored
add updates for 24.2 (#228)
* add micro qr code and images for aztec * add aztec and updates * fix list * DateOnly and TimeOnly * datetime web
1 parent 38e2e61 commit 991ca72

File tree

23 files changed

+412
-154
lines changed

23 files changed

+412
-154
lines changed

dashboard-for-web/articles/web-dashboard-designer-mode/data-analysis/dashboard-parameters/passing-parameter-values.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,17 @@ Click **OK** to save the created filter criteria. Now, when you change the dashb
4949

5050
Web Dashboard allows you to use the following data filters in dashboard items:
5151

52-
[Dashboard Item Filter](../../data-shaping/filtering.md#dashboard-item-filter)
53-
: Filters individual dashboard items independently.
52+
- [Dashboard Item Filter](../../data-shaping/filtering.md#dashboard-item-filter)
5453

55-
[Measure Filter](../../data-shaping/filtering.md#measure-filter)
56-
: Filters only the specified measure in the dashboard item.
54+
Filters individual dashboard items independently.
5755

58-
[Visible Data Filter](../../data-shaping/filtering.md#visible-data-filter)
59-
: Hides a part of the calculated data from the view. This filter type does not filter underlying data used in calculations or intermediate level aggregations.
56+
- [Measure Filter](../../data-shaping/filtering.md#measure-filter)
57+
58+
Filters only the specified measure in the dashboard item.
59+
60+
- [Visible Data Filter](../../data-shaping/filtering.md#visible-data-filter)
61+
62+
Hides a part of the calculated data from the view. This filter type does not filter underlying data used in calculations or intermediate level aggregations.
6063

6164
To apply filtering based on a dynamic value, you need to use a dashboard parameter in a filter criteria. The following example describes how to filter a dashboard item according to a dashboard parameter value.
6265

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/functions-in-expressions.md

Lines changed: 96 additions & 72 deletions
Large diffs are not rendered by default.

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ author: Anna Gubareva
44
---
55
# Use Barcodes
66

7-
The following topics provide basic information about using barcodes:
7+
This help topic contains information on **35 barcodes** in DevExpress Reports:
8+
9+
- How to add a barcode to a report
10+
- Barcode recognition specifics
11+
- Supported one-dimensional and two-dimensional barcodes, including types like GS 1, Code 39, EAN-13, QR Code, and others
12+
13+
## Basic Information on Usage
14+
15+
The following topics contain basic information on how to use barcodes:
816

917
* [Add Barcodes to Reports](use-bar-codes/add-bar-codes-to-a-report.md)
1018
* [Barcode Recognition Specifics](use-bar-codes/bar-code-recognition-specifics.md)
1119

20+
## One-Dimensional Barcodes
21+
1222
See the following topics to learn about the supported one-dimensional barcodes:
1323

1424
* [Codabar](use-bar-codes/codabar.md)
@@ -39,12 +49,16 @@ See the following topics to learn about the supported one-dimensional barcodes:
3949
* [UPC-E0](use-bar-codes/upc-e0.md)
4050
* [UPC-E1](use-bar-codes/upc-e1.md)
4151

52+
## Two-Dimensional Barcodes
53+
4254
See the following topics to learn about the supported two-dimensional barcodes:
4355

56+
* [Aztec Code](use-bar-codes/aztec-code.md)
4457
* [ECC200 - Data Matrix](use-bar-codes/ecc200-data-matrix.md)
4558
* [GS1- Data Matrix](use-bar-codes/gs1-data-matrix.md)
4659
* [Intelligent Mail](use-bar-codes/intelligent-mail.md)
4760
* [PDF417](use-bar-codes/pdf417.md)
4861
* [QR Code](use-bar-codes/qr-code.md)
62+
* [Micro QR Code](use-bar-codes/micro-qr-code.md)
4963
* [GS1 QR Code](use-bar-codes/gs1-qr-code.md)
5064
* [EPC QR Code](use-bar-codes/epc-qr-code.md)
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Aztec Code
3+
author: Natalia Kazakova
4+
---
5+
# Aztec Code
6+
7+
**Aztec Code** is a matrix code that has the potential to use less space than other matrix barcodes because it does not require a surrounding blank "quiet zone". Aztec codes are widely used for transport ticketing.
8+
9+
![Aztec Code](~/reporting-for-desktop/images/bar-code-aztec-code.png)
10+
11+
Refer to the following article for more details: [Aztec Code](https://en.wikipedia.org/wiki/Aztec_Code).
12+
13+
## Add the Barcode to a Report
14+
15+
1. Drag the **Barcode** item from the report controls toolbox tab and drop it onto the report.
16+
17+
![](~/reporting-for-desktop/images/drag-and-drop-barcode.png)
18+
19+
2. Set the control's **Symbology** property to **Aztec Code**.
20+
21+
![](~/reporting-for-desktop/images/aztec-code-in-designer-win.png)
22+
23+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties and properties [specific](#specific-properties) to **Aztec Code**.
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 properties specific to **Aztec Code**:
28+
29+
- **Compaction Mode**
30+
31+
Specifies whether text or binary mode should be used to encode the barcode's data.
32+
33+
- **Error Correction Level**
34+
35+
Specifies the amount of redundancy built into the bar code to compensate for calculation errors.
36+
37+
- **Version**
38+
39+
Specifies the Aztec Code version.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Micro QR Code
3+
author: Natalia Kazakova
4+
---
5+
# Micro QR Code
6+
7+
A **Micro QR Code** is a two-dimensional code. It is a more compact version of a standard [QR code](qr-code.md): a Micro QR Code can encode up to 35 numeric characters or 21 alphanumeric characters, enough to store a product ID or a short URL. In comparison, a standard QR code can contain up to 7,089 characters.
8+
9+
Micro QR Codes are often used in industries such as electronics, medical devices, and retail, where space-efficient labeling is essential.
10+
11+
![micro-qr-code](~/reporting-for-desktop/images/micro-qr-code.png)
12+
13+
Refer to the following article for more information: [Micro QR Code](https://www.qrcode.com/en/codes/microqr.html).
14+
15+
## Add the Barcode to a Report
16+
17+
1. Drag the **Barcode** item from the report controls toolbox tab and drop it onto the report.
18+
19+
![|add barcode to report designer](~/reporting-for-desktop/images/drag-and-drop-barcode.png)
20+
21+
2. Set the control’s **Symbology** property to **Micro QR Code**.
22+
23+
![|Micro QR Code Properties](~/reporting-for-desktop/images/micro-qrcode-in-designer-win.png)
24+
25+
3. Specify [common](add-bar-codes-to-a-report.md) barcode properties and properties [specific](#specific-properties) to **Micro QR Code**.
26+
27+
## Specific Properties
28+
29+
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 **Micro QR Code**:
30+
31+
- **Compaction Mode**
32+
33+
Specifies whether the barcode contains a number, an alphanumeric string, or a byte array.
34+
35+
- **Error Correction Level**
36+
37+
Specifies the amount of redundancy built into the Micro QR code to compensate for calculation errors.
38+
39+
- **Include Quiet Zone**
40+
41+
Specifies whether to add a blank space around the Micro QR code to help separate the Micro QR code from neighboring elements.
42+
43+
- **Version**
44+
45+
Gets or sets the barcode’s version.

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/use-bar-codes/qr-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A **QR Code** (**QR** is the abbreviation for **Quick Response**) is a two-dimen
1414

1515
![](../../../../../images/drag-and-drop-barcode.png)
1616

17-
2. Set the controls **Symbology** property to **QRCode**.
17+
2. Set the control's **Symbology** property to **QR Code**.
1818

1919
![](../../../../../images/qrcode-in-designer.png)
2020

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/create-a-report-parameter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ You can also assign an [expression](../use-expressions.md) to this option. The e
8484
The type of parameter values. The following types are available:
8585

8686
* String;
87+
* Date and Time;
8788
* Date;
89+
* Time;
8890
* Number (16-bit integer);
8991
* Number (32-bit integer);
9092
* Number (64-bit integer);
23.3 KB
Loading
1.77 KB
Loading
606 Bytes
Loading

0 commit comments

Comments
 (0)