Skip to content

Commit

Permalink
Reporting 22.2 (#181)
Browse files Browse the repository at this point in the history
* delete Chart Wizard

* add Pivot functions

* update dashboards

* update screenshots

* add sscc barcode

* add sscc code info

Co-authored-by: zakhodyaeva <margarita.zakhodyaeva@devexpress.com>
  • Loading branch information
BrianDX and ritazakhodyaeva authored Jan 18, 2023
1 parent 23a53a4 commit f8e0fe9
Show file tree
Hide file tree
Showing 91 changed files with 36 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To connect to various SQL databases, the Dashboard Designer requires correspondi
| Amazon Redshift | n/a | .NET data provider for PostgreSQL | Npgsql.dll | [Download link](http://www.npgsql.org/) |
| Google BigQuery | n/a | DevExpress.DataAccess.BigQuery ADO.NET provider | DevExpress.DataAccess.BigQuery.dll | [Download link](https://www.nuget.org/packages/DevExpress.DataAccess.BigQuery) |
| Teradata | 13.0 or higher | .NET Data Provider for Teradata | Teradata.Client.Provider.dll | [Download link](https://downloads.teradata.com/download/connectivity/net-data-provider-for-teradata) |
|SAP HANA|2.0 or higher| SAP HANA Client 2.0 | Sap.Data.Hana.Core.v2.1.dll| [Download link](https://tools.hana.ondemand.com/#hanatools)
| SAP HANA| 2.0 or higher| SAP HANA Client 2.0 | Sap.Data.Hana.Core.v2.1.dll| [Download link](https://tools.hana.ondemand.com/#hanatools)
| SAP Sybase Advantage | Advantage Database Server 9.1 or higher | Advantage .NET Data Provider | Advantage.Data.Provider.dll | [Download link](http://devzone.advantagedatabase.com/dz/content.aspx?Key=20&amp;Release=19&amp;Product=4&amp;Platform=11) |
| SAP Sybase ASE | Sybase Adaptive Server 12.0 or higher | SAP Sybase ASE Database Client | Sybase.Data.AseClient.dll | [Download link](http://scn.sap.com/community/developer-center/oltp-db) |
| SAP SQL Anywhere | 11 or higher | SAP SQL Anywhere Database Client | iAnywhere.Data.SQLAnywhere.dll | [Download link](http://scn.sap.com/docs/DOC-35857?d96a349c52fc4f68eea46a47ccb3d360) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ See the following topics to learn about the supported one-dimensional barcodes:
* [MSI - Plessey](use-bar-codes/msi-plessey.md)
* [Pharmacode](use-bar-codes/pharmacode.md)
* [PostNet](use-bar-codes/postnet.md)
* [SSCC (Serial Shipping Container Code)](use-bar-codes/sscc.md)
* [UPC Shipping Container Symbol (ITF-14)](use-bar-codes/upc-shipping-container-symbol-itf-14.md)
* [UPC Supplemental 2](use-bar-codes/upc-supplemental-2.md)
* [UPC Supplemental 5](use-bar-codes/upc-supplemental-5.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Serial Shipping Container Code (SSCC)
author: Boris Zaitsev
---
# Serial Shipping Container Code (SSCC)

The **Serial Shipping Container Code** (SSCC) is the GS1 Identification Key used to identify a logistic unit.
This unique identifier is composed of an Extension Digit, a GS1 Company Prefix, a Serial Reference, and a Check Digit.


![](../../../../../images/eurd-win-bar-code-sscc.png)

## Add the Barcode to a Report

1. Drag the **Barcode** item from the report controls toolbox tab and drop it onto the report.

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

2. Set the control’s **Symbology** property to **SSCC**.

![](../../../../../images/sscc-in-designer.png)

3. Assign a numeric value composed of 17 digits to the **Text** property. If the numeric value contains less than 17 digits, it is padded with zeros at the beginning so that the string value of the **Text** property contains exactly 17 characters. A numeric value with 17 digits is left intact. If 18 digits are specified, the last digit is truncated. A value with more than 18 digits causes an error.

4. Specify [common](add-bar-codes-to-a-report.md) barcode properties.
Binary file modified interface-elements-for-desktop/images/drag-and-drop-barcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This tutorial illustrates how to bind a report to a database and specify a maste

## Use an Existing Data Source

You can bind your report to a predefined data source. Open the [Field List](../report-designer-tools/ui-panels/field-list.md) panel, click the **Add New DataSource** button and select a data source from the drop-down list.
You can bind your report to a predefined data source. Open the [Field List](../report-designer-tools/ui-panels/field-list.md) panel, click the **Add DataSource** button and select a data source from the drop-down list.

![](../../../images/eurd-web-binding-field-list-add-data-source.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The control's **Word Wrap** property allows you to make a control display its co
| ![](../../../images/eurd-web-auto-width-true-word-wrap-false.png) | ![](../../../images/eurd-web-auto-width-false-word-wrap-true.png) |


You can also use the opposite **Text Fit Mode** property to adjust a label or table cell's font size to fit the control's bounds. Images below show how the **Word Wrap** property affects the label's font size.
You can also use the opposite **Text Fit Mode** property to adjust a label or table cell's font size to fit the control's bounds. Images below show how the **Text Fit Mode** property affects the label's font size.

![](../../../images/eurd-web-label-text-fit-mode-property.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Follow the steps below to create a combined report:

![xtrareports-create-report](../../../images/eurd-merge-products-report-layout.png)

1. Switch to the **Actions** tab and click **Insert Group Footer**.
1. Switch to the **Actions** tab and click **Insert Group Footer Band**.

![eurd-merge-add-group-footer](../../../images/eurd-merge-add-group-footer.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Select the required key fields (columns) to connect tables.

![](../../../../images/eurd-web-binding-data-source-wizard-master-detail-key-fields.png)

Click **Finish** to close the Data Source Wizard.
Click **OK** to close the **Master-Detail Relation Editor**.

After the wizard is completed, the Field List reflects the master-detail hierarchy.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ The following actions are available in the Field List for data source customizat

| Button | Description |
|---|---|
| ![](../../../../images/eurd-web-fieldlist-add-data-source-button.png) | Invokes a list of default data sources that you can add to a report. |
| ![](../../../../images/eurd-web-fieldlist-data-source-delete.png) | Removes the selected data source. |
| ![](../../../../images/eurd-web-fieldlist-add-data-source-button.png) | Invokes the Data Source Wizard. |
| ![](../../../../images/eurd-web-fieldlist-data-source-rename.png) | Renames the selected data source. |
| ![](../../../../images/eurd-web-fieldlist-data-source-rebuild-result-schema.png) | Rebuilds the result schema for the selected data source. |
| ![](../../../../images/eurd-web-fieldlist-data-source-edit-relationships.png) | Invokes the [Master-Detail Relation Editor](../master-detail-relation-editor.md). |
| ![](../../../../images/eurd-web-fieldlist-data-source-add-calculated-field.png) | Adds a calculated field. |
| ![](../../../../images/eurd-web-fieldlist-data-source-add-query.png) | Invokes the **Create a Query or Select a Stored Procedure** wizard page. |
| ![](../../../../images/eurd-web-fieldlist-data-source-delete.png) | Removes the selected data source. |

The following actions are available for query customization:

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified interface-elements-for-web/images/eurd-merge-add-subreport-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified interface-elements-for-web/images/eurd-merge-add-subreport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified interface-elements-for-web/images/eurd-report-filterstring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified interface-elements-for-web/images/eurd-report-param.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified interface-elements-for-web/images/eurd-web-add-new-report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified interface-elements-for-web/images/eurd-web-data-source-menu.png
Binary file modified interface-elements-for-web/images/eurd-web-main-menu-add.png
Binary file modified interface-elements-for-web/images/eurd-web-main-menu-exit.png
Binary file modified interface-elements-for-web/images/eurd-web-main-menu-open.png
Binary file modified interface-elements-for-web/images/eurd-web-main-menu-save.png
Binary file modified interface-elements-for-web/images/eurd-web-main-menu-saveas.png
Binary file modified interface-elements-for-web/images/eurd-web-main-menu.png
Binary file modified interface-elements-for-web/images/eurd-web-open-report.png
Binary file modified interface-elements-for-web/images/eurd-web-print-on-property.png
Binary file modified interface-elements-for-web/images/eurd-web-save-report.png

0 comments on commit f8e0fe9

Please sign in to comment.