Skip to content

Commit

Permalink
dimension notation
Browse files Browse the repository at this point in the history
  • Loading branch information
natakazakova committed Nov 12, 2024
1 parent 1f0553a commit fa22c8d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Change a Report's Measurement Units
author: Anna Gubareva
author: Natalia Kazakova
---
# Change a Report's Measurement Units

Expand All @@ -12,12 +12,25 @@ Most metrics of report elements (i.e., element locations, dimensions and margins
* **Metric system** (in tenths of a millimeter)
* **Screen coordinates** (in pixels)

To assign a system of measurements to a report, use its **Measure Units** property. You can specify this property either in the report's smart tag...
To assign a system of measurements to a report, use its **Measure Units** property. You can specify this property in the report's smart tag:

![](../../../../images/eurd-win-measure-units-in-smart-tag.png)

... or in the [Property Grid](../report-designer-tools/ui-panels/property-grid-tabbed-view.md)'s **Behavior** tab.
Alternatively, you can enable this property in the [Property Grid](../report-designer-tools/ui-panels/property-grid-tabbed-view.md)'s **Behavior** tab:

![](../../../../images/eurd-win-measure-units-in-property-grid.png)

Changing the system of measurement results in converting the corresponding property values and updating the layout of all report elements in the Report Designer. Notably, the system of measurement determines the minimum increment with which an element's [location and size](../use-report-elements/manipulate-report-elements/arrange-report-controls.md) can be changed.
> [!Note]
> Changing the system of measurement results in converting the corresponding property values and updating the layout of all report elements in the Report Designer. Notably, the system of measurement determines the minimum increment with which an element's [location and size](../use-report-elements/manipulate-report-elements/arrange-report-controls.md) can be changed.
You can control whether to display exact element size while resizing. For this, toggle the **Dimension Notation** option in the View tab:

![Report Designer - Control Dimension Notations Visibility in UI](~/reporting-for-desktop/images/vs-dimension-notation-ui.png)

The notation are based on a selected report unit:

| System of Measurement | Displayed Unit | Image |
| --- | --- | --- |
| Imperial system | inches | ![Report Designer - Dimension Notations in inches](~/reporting-for-desktop/images/vs-dimension-notation-imperial-unit.png) |
| Metric system | millimeters | ![Report Designer - Dimension Notations in millimeters](~/reporting-for-desktop/images/vs-dimension-notation-metric-unit.png) |
| Screen coordinates | pixels |![Report Designer - Dimension Notations in pixels](~/reporting-for-desktop/images/vs-dimension-notation-pixels-unit.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.

0 comments on commit fa22c8d

Please sign in to comment.