Skip to content

Commit

Permalink
Merge branch 'master' of github.com:serge-andreyev/dotnet-eud
Browse files Browse the repository at this point in the history
  • Loading branch information
MarySammal committed Nov 28, 2019
2 parents a659b16 + c1a557e commit 70228cf
Show file tree
Hide file tree
Showing 26 changed files with 68 additions and 37 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ To add a watermark to a report, do the following.


Additionally, for both textual and picture watermarks, you can adjust the transparency, position (in front of or behind the document content), and the page range in which the watermark will be printed. Additionally, for both textual and picture watermarks, you can adjust the transparency, position (in front of or behind the document content), and the page range in which the watermark will be printed.


> [!NOTE]
> The **Transparency** property is unavailable when you specify an SVG image.

## <a name="preprintedform"></a>Supply a Preprinted Form ## <a name="preprintedform"></a>Supply a Preprinted Form
You can use a picture watermark as a template, to display an image of the preprinted form on the report's body at design time. You can use a picture watermark as a template, to display an image of the preprinted form on the report's body at design time.


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This document describes how to create a report with the following layout options


## Initial Report ## Initial Report


In this tutorial, the report [groups data](../shape-report-data/group-and-sort-data.md) by the **OrderID** field. In this tutorial, the report [groups data](../shape-report-data/group-and-sort-data.md) by a data source field (the report's group field).


![](../../../../images/eurd-win-underlay-report-preview-0.png) ![](../../../../images/eurd-win-underlay-report-preview-0.png)


Expand Down Expand Up @@ -66,13 +66,13 @@ The empty space is now populated with numbered lines.


![](../../../../images/eurd-win-underlay-report-printundernextband.png) ![](../../../../images/eurd-win-underlay-report-printundernextband.png)


2. The group field (**OrderID**) is in the _GroupHeader1_ band's **Group Fields** collection. The new band is above _GroupHeader1_ and does not participate in the report's group. Move the group field to the new band. 2. The report's group field is in the _GroupHeader1_ band's **Group Fields** collection. The new band is above _GroupHeader1_ and does not participate in the report's group. Move the group field to the new band.


- Click _GroupHeader1_'s smart tag, click the **Group Fields** property's ellipsis button and remove **OrderID** from the invoked **Group Field Collection Editor**. - Click _GroupHeader1_'s smart tag, click the **Group Fields** property's ellipsis button and remove the group field from the invoked **Group Field Collection Editor**.


![](../../../../images/eurd-win-underlay-report-remove-group-fields.png) ![](../../../../images/eurd-win-underlay-report-remove-group-fields.png)


- Click the new band's smart tag, click the **Group Fields** property's ellipsis button and add **OrderID** in **Group Field Collection Editor**. - Click the new band's smart tag, click the **Group Fields** property's ellipsis button and add the group field in **Group Field Collection Editor**.


![](../../../../images/eurd-win-underlay-report-move-group-fields.png) ![](../../../../images/eurd-win-underlay-report-move-group-fields.png)


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Refer to the following topics for instructions on how to use cross tabs in repor


Describes the Cross Tab row fields, column fields, data fields, and how to format field values. Describes the Cross Tab row fields, column fields, data fields, and how to format field values.


* [Shape Data](use-cross-tabs/shape-data.md) * [Data Shaping](use-cross-tabs/data-shaping.md)


Demonstrates how to group, sort and filter a Cross Tab. Demonstrates how to group, sort and filter a Cross Tab.


* [Layout and Print Options](use-cross-tabs/layout-and-print-options.md) * [Layout and Print Options](use-cross-tabs/layout-and-print-options.md)


Shows how to adjust Cross Tab size, change header text, and specify how the control is printed. Shows how to adjust Cross Tab size, change header text, and specify how the control is printed.


* [Customize Appearance](use-cross-tabs/customize-appearance.md) * [Cross Tab Appearance](use-cross-tabs/cross-tab-appearance.md)


Explains how to change Cross Tab element appearance settings. Explains how to change Cross Tab element appearance settings.
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,10 @@
--- ---
title: Customize Appearance title: Cross Tab Appearance
author: Sergey Andreev author: Sergey Andreev
--- ---
# Customize Appearance # Cross Tab Appearance

## Customize Appearance


After you drop the Cross Tab from the Toolbox onto a report or finish the Cross-Tab Report Wizard, 4 predefined [report styles](../../customize-appearance/report-visual-styles.md) are created and assigned to the Cross Tab's **Styles**. After you drop the Cross Tab from the Toolbox onto a report or finish the Cross-Tab Report Wizard, 4 predefined [report styles](../../customize-appearance/report-visual-styles.md) are created and assigned to the Cross Tab's **Styles**.


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.
8 changes: 4 additions & 4 deletions interface-elements-for-desktop/toc.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -702,12 +702,12 @@
href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-overview.md href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-overview.md
- name: Cross Tab Fields - name: Cross Tab Fields
href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-fields.md href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-fields.md
- name: Shape Data - name: Data Shaping
href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/shape-data.md href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/data-shaping.md
- name: Layout and Print Options - name: Layout and Print Options
href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/layout-and-print-options.md href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/layout-and-print-options.md
- name: Customize Appearance - name: Cross Tab Appearance
href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/customize-appearance.md href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-cross-tabs/cross-tab-appearance.md
- name: Use Gauges and Sparklines - name: Use Gauges and Sparklines
href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-gauges-and-sparklines.md href: articles/report-designer/report-designer-for-winforms/use-report-elements/use-gauges-and-sparklines.md
items: items:
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ To add a watermark to a report, do the following.


Additionally, for both textual and picture watermarks, you can adjust the transparency, position (in front of or behind the document content), and the page range in which the watermark will be printed. Additionally, for both textual and picture watermarks, you can adjust the transparency, position (in front of or behind the document content), and the page range in which the watermark will be printed.


> [!NOTE]
> The **Transparency** property is unavailable when you specify an SVG image.

## <a name="preprintedform"></a>Supply a Preprinted Form ## <a name="preprintedform"></a>Supply a Preprinted Form
You can use a picture watermark as a template, to display an image of the preprinted form on the report's body at design time. You can use a picture watermark as a template, to display an image of the preprinted form on the report's body at design time.


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ This tutorial illustrates how to bind a report to a database and specify a maste
## Add a New Data Source ## Add a New Data Source


1. [Create a new blank report](../../report-designer/add-new-reports.md). 1. [Create a new blank report](../../report-designer/add-new-reports.md).
2. Invoke the designer [menu](../report-designer-tools/menu.md) and click **Add Data Source...**. 1. Invoke the designer [menu](../report-designer-tools/menu.md) and click **Add Data Source**.


![](../../../images/eurd-web-data-source-menu.png) ![](../../../images/eurd-web-data-source-menu.png)


The menu contains this command if your software vendor provides data connections. The menu contains this command if your software vendor provides data connections.


3. Select the data connection on the [Data Source Wizard](../report-designer-tools/data-source-wizard.md)'s first page and click **Next**. 1. Select **Database** in the invoked [Data Source Wizard](../report-designer-tools/data-source-wizard.md) and click **Next**.

![](../../../images/eurd-web-data-source-wizard-select-db.png)

1. Select the data connection and click **Next**.


![](../../../images/eurd-web-data-source-wizard-choose-a-data-connection.png) ![](../../../images/eurd-web-data-source-wizard-choose-a-data-connection.png)


4. Choose which tables, views and/or stored procedures to add to a report and click **Next**. Select two or more tables to [create a master-detail report](../create-popular-reports/create-a-master-detail-report-use-detail-report-bands.md). 1. Choose which tables, views and/or stored procedures to add to a report and click **Next**. Select two or more tables to [create a master-detail report](../create-popular-reports/create-a-master-detail-report-use-detail-report-bands.md).


![](../../../images/eurd-web-data-source-wizard-create-a-query-automatically.png) ![](../../../images/eurd-web-data-source-wizard-create-a-query-automatically.png)


Expand All @@ -29,7 +33,7 @@ This tutorial illustrates how to bind a report to a database and specify a maste
> The invoked [Query Builder](../report-designer-tools/query-builder.md) allows you to join multiple tables, filter, sort, and group their data, and calculate various aggregate functions. > The invoked [Query Builder](../report-designer-tools/query-builder.md) allows you to join multiple tables, filter, sort, and group their data, and calculate various aggregate functions.


5. Set master-detail relationships on this wizard page. Hover the master table name, click the plus button and choose the detail table. 1. Set master-detail relationships on this wizard page. Hover the master table name, click the plus button and choose the detail table.


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


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This document describes how to create a report with the following layout options


## Initial Report ## Initial Report


In this tutorial, the report [groups data](../shape-report-data/group-and-sort-data.md) by the **OrderID** field. In this tutorial, the report [groups data](../shape-report-data/group-and-sort-data.md) by a data source field (the report's group field).


![](../../../images/eurd-web-underlay-report-preview.png) ![](../../../images/eurd-web-underlay-report-preview.png)


Expand Down Expand Up @@ -69,13 +69,13 @@ Add a panel with recipient details across the entire group. Place the panel on a


![](../../../images/eurd-web-underlay-report-printundernextband.png) ![](../../../images/eurd-web-underlay-report-printundernextband.png)


1. The group field (**OrderID**) is in the _GroupHeader1_ band's **Group Fields** collection. The new band is above **GroupHeader1** and does not participate in the report's group. Move the group field to the new band. 1. The report's group field is in the _GroupHeader1_ band's **Group Fields** collection. The new band is above **GroupHeader1** and does not participate in the report's group. Move the group field to the new band.


* Select _GroupHeader1_ and remove **OrderID** from **Group Fields**. * Select _GroupHeader1_ and remove the group field from **Group Fields**.


![](../../../images/eurd-web-underlay-report-removegroupfields.png) ![](../../../images/eurd-web-underlay-report-removegroupfields.png)


* Select the new band and add **OrderID** to **Group Fields**. * Select the new band and add the group field to **Group Fields**.


![](../../../images/eurd-web-underlay-report-movegroupfields.png) ![](../../../images/eurd-web-underlay-report-movegroupfields.png)


Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The following topics describe how to add various controls to a report, manipulat
* [Add Controls to a Report](manipulate-report-elements/add-controls-to-a-report.md) * [Add Controls to a Report](manipulate-report-elements/add-controls-to-a-report.md)
* [Select Report Elements and Access Their Settings](manipulate-report-elements/select-report-elements-and-access-their-settings.md) * [Select Report Elements and Access Their Settings](manipulate-report-elements/select-report-elements-and-access-their-settings.md)
* [Move and Resize Report Elements](manipulate-report-elements/move-and-resize-report-elements.md) * [Move and Resize Report Elements](manipulate-report-elements/move-and-resize-report-elements.md)
* [Apply Styles to Report Elements](manipulate-report-elements/apply-styles-to-report-elements.md)
* [Copy Report Controls](manipulate-report-elements/copy-report-controls.md) * [Copy Report Controls](manipulate-report-elements/copy-report-controls.md)
* [Arrange Report Controls](manipulate-report-elements/arrange-report-controls.md) * [Arrange Report Controls](manipulate-report-elements/arrange-report-controls.md)
* [Add Report Controls to Containers](manipulate-report-elements/add-report-controls-to-containers.md) * [Add Report Controls to Containers](manipulate-report-elements/add-report-controls-to-containers.md)
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Apply Styles to Report Elements
---
# Apply Styles to Report Elements

Select a control and switch to the **Properties** window. Expand the **Styles** group and set the **Style** property to the style name.

![](../../../../images/eurd-web-manipulate-elements-set-style.png)

As an alternative, you can drag a style from the [Report Explorer](../../report-designer-tools/ui-panels/report-explorer.md) onto a control.

![](../../../../images/eurd-web-manipulate-elements-drag-style.gif)
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,12 +16,19 @@ Select a control and then drag a rectangle drawn on its edge or corner to resize


![](../../../../images/img119279.png) ![](../../../../images/img119279.png)


You can use the **Size to Grid** button to resize a control to the report's **Snap Grid**. Use the **Size to Grid** button to resize a control to the report's **Snap Grid**.


![](../../../../images/eurd-web-size-to-grid.png) ![](../../../../images/eurd-web-size-to-grid.png)


Drag a band's header strip to resize the band. Drag a band's header strip to resize the band.


![](../../../../images/img119280.png) ![](../../../../images/img119280.png)


You can also use the [Report Explorer](../../report-designer-tools/ui-panels/report-explorer.md) to move a control to other bands (except **Detail Report Band**), or into a **Panel** or **Table Cell** controls. Select a control and drag it within the Report Explorer. The drop targets are highlighted when you drag the control over them.

![](../../../../images/eurd-web-report-explorer-reorder-controls.gif)

> [!NOTE]
> You can drag the **Table Of Contents** only to the **Report Header Band** and **Report Footer Band**.
See [Arrange Report Controls](arrange-report-controls.md) for information about tools that help you align report controls to each other and layout edges. See [Arrange Report Controls](arrange-report-controls.md) for information about tools that help you align report controls to each other and layout edges.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author: Anna Vekhina
# Manipulate Table Elements # Manipulate Table Elements


## Select Table Elements ## Select Table Elements

You can click a table cell to select it and [access its settings](../manipulate-report-elements/select-report-elements-and-access-their-settings.md). To select multiple cells, hold the CTRL key and click cells. You can click a table cell to select it and [access its settings](../manipulate-report-elements/select-report-elements-and-access-their-settings.md). To select multiple cells, hold the CTRL key and click cells.


![](../../../../images/eurd-web-table-control-multiple-selected-cells.png) ![](../../../../images/eurd-web-table-control-multiple-selected-cells.png)
Expand All @@ -18,6 +19,7 @@ Draw a rectangle around the table to select the whole control.
The [Properties](../../../report-designer/report-designer-tools/ui-panels/properties-panel.md) panel enables you to select the table element or the entire table and access their properties. The [Properties](../../../report-designer/report-designer-tools/ui-panels/properties-panel.md) panel enables you to select the table element or the entire table and access their properties.


## Resize Table Elements ## Resize Table Elements

You can resize a table or its cell by dragging the rectangle drawn on its edge or corner. You can resize a table or its cell by dragging the rectangle drawn on its edge or corner.


Resizing a column changes the next column's width without affecting the other columns (keeps the table dimensions intact). Resizing a column changes the next column's width without affecting the other columns (keeps the table dimensions intact).
Expand All @@ -38,28 +40,19 @@ You can resize columns equally in a similar way by selecting the columns or the


![](../../../../images/eurd-web-table-control-distribute-columns-evenly.png) ![](../../../../images/eurd-web-table-control-distribute-columns-evenly.png)


## Reorder Table Cells ## Reorder Table Rows and Cells

You can change table cells' order in the [Report Explorer](../../report-designer-tools/ui-panels/report-explorer.md). To do this, select a cell and drag it to a new position.

![](../../../../images/eurd-web-table-cells-report-explorer.png)


During the drag-and-drop operation, the dragged and focused cells are swapped. You can change the order of table rows and cells. Switch to the [Report Explorer](../../report-designer-tools/ui-panels/report-explorer.md), select a row or cell and drag it to a new position.


![](../../../../images/eurd-web-table-dragged-cells-at-report-explorer.png) ![](../../../../images/eurd-web-reorder-table-rows.gif)


![](../../../../images/eurd-web-table-dragged-cells-at-report.png) The Report Explorer highlights the possible drop targets when you drag an element over them.

- The green light indicates where the cell can be dropped.

![](../../../../images/eurd-web-table-green-light.png)

- The red light indicates where the cell can't be dropped.

![](../../../../images/eurd-web-table-cells-red-light.png)


> [!NOTE]
> You can move table rows and cells only within the same parent control.
## Stretch Table Cells ## Stretch Table Cells

You can stretch a cell to occupy several rows and columns. You can stretch a cell to occupy several rows and columns.


- Stretch a cell across several columns - Stretch a cell across several columns
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.
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.
6 changes: 6 additions & 0 deletions interface-elements-for-web/toc.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@
href: articles/report-designer/use-report-elements/manipulate-report-elements/select-report-elements-and-access-their-settings.md href: articles/report-designer/use-report-elements/manipulate-report-elements/select-report-elements-and-access-their-settings.md
- name: Move and Resize Report Elements - name: Move and Resize Report Elements
href: articles/report-designer/use-report-elements/manipulate-report-elements/move-and-resize-report-elements.md href: articles/report-designer/use-report-elements/manipulate-report-elements/move-and-resize-report-elements.md
- name: Apply Styles to Report Elements
href: articles/report-designer/use-report-elements/manipulate-report-elements/apply-styles-to-report-elements.md
- name: Copy Report Controls - name: Copy Report Controls
href: articles/report-designer/use-report-elements/manipulate-report-elements/copy-report-controls.md href: articles/report-designer/use-report-elements/manipulate-report-elements/copy-report-controls.md
- name: Arrange Report Controls - name: Arrange Report Controls
Expand Down Expand Up @@ -868,6 +870,8 @@
href: articles\report-designer\report-designer-tools\report-wizard\table-and-vertical-report\specify-data-source-settings-database.md href: articles\report-designer\report-designer-tools\report-wizard\table-and-vertical-report\specify-data-source-settings-database.md
- name: Specify Data Source Settings (JSON) - name: Specify Data Source Settings (JSON)
href: articles\report-designer\report-designer-tools\report-wizard\table-and-vertical-report\specify-data-source-settings-json.md href: articles\report-designer\report-designer-tools\report-wizard\table-and-vertical-report\specify-data-source-settings-json.md
- name: Specify Data Source Settings (Object)
href: articles\report-designer\report-designer-tools\report-wizard\table-and-vertical-report\specify-data-source-settings-object.md
- name: Define Report Layout - name: Define Report Layout
href: articles\report-designer\report-designer-tools\report-wizard\table-and-vertical-report\define-report-layout.md href: articles\report-designer\report-designer-tools\report-wizard\table-and-vertical-report\define-report-layout.md
- name: Specify Page Settings - name: Specify Page Settings
Expand All @@ -881,6 +885,8 @@
href: articles\report-designer\report-designer-tools\data-source-wizard\specify-data-source-settings-database.md href: articles\report-designer\report-designer-tools\data-source-wizard\specify-data-source-settings-database.md
- name: Specify Data Source Settings (JSON) - name: Specify Data Source Settings (JSON)
href: articles\report-designer\report-designer-tools\data-source-wizard\specify-data-source-settings-json.md href: articles\report-designer\report-designer-tools\data-source-wizard\specify-data-source-settings-json.md
- name: Specify Data Source Settings (Object)
href: articles\report-designer\report-designer-tools\data-source-wizard\specify-data-source-settings-object.md
- name: Design Surface - name: Design Surface
href: articles/report-designer/report-designer-tools/design-surface.md href: articles/report-designer/report-designer-tools/design-surface.md
- name: Main Menu - name: Main Menu
Expand Down

0 comments on commit 70228cf

Please sign in to comment.