Skip to content

Commit

Permalink
fix topic location
Browse files Browse the repository at this point in the history
  • Loading branch information
natakazakova committed Oct 5, 2023
1 parent 5e6fca9 commit fa608b7
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ owner: Natalia Kazakova
| Ctrl+C | Copy the selected XRControl. |
| Ctrl+V | Paste the copied XRControl. |

![ctrl_c_or_v](../../../../images/winforms-eurd-shortcuts/ctrl_c_or_v.gif)
![ctrl_c_or_v](../../../../../images/winforms-eurd-shortcuts/ctrl_c_or_v.gif)

### Cut XRControl

| Key | Action |
|----------|----------|
| Ctrl+X | Cut the selected XRControl. |

![ctrl_x](../../../../images/winforms-eurd-shortcuts/ctrl_x.gif)
![ctrl_x](../../../../../images/winforms-eurd-shortcuts/ctrl_x.gif)

### Delete XRControl

| Key | Action |
|----------|----------|
| Delete | Remove the selected XRControl. |

![delete](../../../../images/winforms-eurd-shortcuts/delete.gif)
![delete](../../../../../images/winforms-eurd-shortcuts/delete.gif)

### Undo / Redo an Action

Expand All @@ -38,7 +38,7 @@ owner: Natalia Kazakova
| Ctrl+Z | Undo the last operation. |
| Ctrl+Y | Repeat the last undone operation. |

![undo](../../../../images/winforms-eurd-shortcuts/undo.gif)
![undo](../../../../../images/winforms-eurd-shortcuts/undo.gif)

### Slide XRControl to the End of the Area with a Minimum Indent

Expand All @@ -51,7 +51,7 @@ Use arrow keys to slide XRControl to the end of the area with a minimum indent:
| Left | Slide XRControl left. |
| Right | Slide XRControl right. |

![arrow](../../../../images/winforms-eurd-shortcuts/arrow.gif)
![arrow](../../../../../images/winforms-eurd-shortcuts/arrow.gif)

### Shift XRControl Pixel by Pixel

Expand All @@ -64,7 +64,7 @@ Use `Ctrl` + arrows to shift XRControl pixel by pixel:
| Ctrl+Left | Shift XRControl one pixel to the left. |
| Ctrl+Right | Shift XRControl one pixel to the right. |

![ctrl_arrow](../../../../images/winforms-eurd-shortcuts/ctrl_arrow.gif)
![ctrl_arrow](../../../../../images/winforms-eurd-shortcuts/ctrl_arrow.gif)

### Resize XRControl to the Widest/Highest Possible Value

Expand All @@ -75,7 +75,7 @@ Use `Ctrl` + arrows to shift XRControl pixel by pixel:
| Shift+Right | Move the XRControl's right border to the widest possible value. |
| Shift+Left | Move the XRControl's right border to the narrowest possible value. |

![shift_arrow](../../../../images/winforms-eurd-shortcuts/shift_arrow.gif)
![shift_arrow](../../../../../images/winforms-eurd-shortcuts/shift_arrow.gif)

### Resize XRControl Pixel by Pixel

Expand All @@ -86,31 +86,31 @@ Use `Ctrl` + arrows to shift XRControl pixel by pixel:
| Ctrl+Shift+Left | Move the XRControl's right border to the left by one pixel. |
| Ctrl+Shift+Right | Move the XRControl's right border to the right by one pixel. |

![ctrl_shift_arrow](../../../../images/winforms-eurd-shortcuts/ctrl_shift_arrow.gif)
![ctrl_shift_arrow](../../../../../images/winforms-eurd-shortcuts/ctrl_shift_arrow.gif)

### Clone XRControl

| Key | Action |
|----------|----------|
| Ctrl+Drag | Clone XRControl. |

![ctrl_move](../../../../images/winforms-eurd-shortcuts/ctrl_move.gif)
![ctrl_move](../../../../../images/winforms-eurd-shortcuts/ctrl_move.gif)

### Select Multiple XRControls

| Key | Action |
|----------|----------|
| Ctrl+Click or Shift+Click | Select/unselect multiple XRControls. |

![ctrl_or_shift_click](../../../../images/winforms-eurd-shortcuts/ctrl_or_shift_click.gif)
![ctrl_or_shift_click](../../../../../images/winforms-eurd-shortcuts/ctrl_or_shift_click.gif)

### Rotate XRShape

| Key | Action |
|----------|----------|
| Ctrl+Drag | Rotate XRShape. |

![ctrl_move_shape](../../../../images/winforms-eurd-shortcuts/ctrl_move_shape.gif)
![ctrl_move_shape](../../../../../images/winforms-eurd-shortcuts/ctrl_move_shape.gif)


## Operations with the Field List
Expand All @@ -120,14 +120,14 @@ Use `Ctrl` + arrows to shift XRControl pixel by pixel:
| Drag a table | Add XRTable with bindings to all data fields. |


![drag_drop](../../../../images/winforms-eurd-shortcuts/drag_drop.gif)
![drag_drop](../../../../../images/winforms-eurd-shortcuts/drag_drop.gif)

| Key | Action |
|----------|----------|
| Shift + Drag a table | Add XRTable with all data field names. |


![shift_drag_drop](../../../../images/winforms-eurd-shortcuts/shift_drag_drop.gif)
![shift_drag_drop](../../../../../images/winforms-eurd-shortcuts/shift_drag_drop.gif)

## Operations with the End-User Report Designer

Expand All @@ -137,7 +137,7 @@ Use `Ctrl` + arrows to shift XRControl pixel by pixel:
| F5 | Switch to the Preview tab. |


![f4_or_f5](../../../../images/winforms-eurd-shortcuts/f4_or_f5.gif)
![f4_or_f5](../../../../../images/winforms-eurd-shortcuts/f4_or_f5.gif)

| Key | Action |
|----------|----------|
Expand Down

0 comments on commit fa608b7

Please sign in to comment.