-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dd0cc0
commit 6f85d9c
Showing
16 changed files
with
153 additions
and
0 deletions.
There are no files selected for viewing
151 changes: 151 additions & 0 deletions
151
...-designer/report-designer-for-winforms/use-report-elements/keyboard-shortcut.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
--- | ||
title: WinForms End-User Report Designer Keyboard Shortcuts | ||
owner: Natalia Kazakova | ||
--- | ||
# WinForms End-User Report Designer Keyboard Shortcuts | ||
|
||
## Operations with XRControls | ||
|
||
### Copy/Paste XRControl | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| 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) | ||
|
||
### Cut XRControl | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Ctrl+X | Cut the selected XRControl. | | ||
|
||
![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) | ||
|
||
### Undo / Redo an Action | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Ctrl+Z | Undo the last operation. | | ||
| Ctrl+Y | Repeat the last undone operation. | | ||
|
||
![undo](../../../../images/winforms-eurd-shortcuts/undo.gif) | ||
|
||
### Slide XRControl to the End of the Area with a Minimum Indent | ||
|
||
Use arrow keys to slide XRControl to the end of the area with a minimum indent: | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Up | Slide XRControl up. | | ||
| Down | Slide XRControl down. | | ||
| Left | Slide XRControl left. | | ||
| Right | Slide XRControl right. | | ||
|
||
![arrow](../../../../images/winforms-eurd-shortcuts/arrow.gif) | ||
|
||
### Shift XRControl Pixel by Pixel | ||
|
||
Use `Ctrl` + arrows to shift XRControl pixel by pixel: | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Ctrl+Up | Shift XRControl one pixel upward. | | ||
| Ctrl+Down | Shift XRControl one pixel down. | | ||
| 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) | ||
|
||
### Resize XRControl to the Widest/Highest Possible Value | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Shift+Up | Move the XRControl's bottom border to the lowest possible value. | | ||
| Shift+Down | Move the XRControl's bottom border to the highest possible value. | | ||
| 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) | ||
|
||
### Resize XRControl Pixel by Pixel | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Ctrl+Shift+Up | Move the XRControl's bottom border upward by one pixel. | | ||
| Ctrl+Shift+Down | Move the XRControl's bottom border downward by one 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) | ||
|
||
### Clone XRControl | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Ctrl+Drag | Clone XRControl. | | ||
|
||
![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) | ||
|
||
### Rotate XRShape | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Ctrl+Drag | Rotate XRShape. | | ||
|
||
![ctrl_move_shape](../../../../images/winforms-eurd-shortcuts/ctrl_move_shape.gif) | ||
|
||
|
||
## Operations with the Field List | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Drag a table | Add XRTable with bindings to all data fields. | | ||
|
||
|
||
![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) | ||
|
||
## Operations with the End-User Report Designer | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| F4 | Switch to the Designer tab. | | ||
| F5 | Switch to the Preview tab. | | ||
|
||
|
||
![f4_or_f5](../../../../images/winforms-eurd-shortcuts/f4_or_f5.gif) | ||
|
||
| Key | Action | | ||
|----------|----------| | ||
| Ctrl+L | Save all opened report layouts. | | ||
| Ctrl+S | Save the selected report layout. | | ||
| Ctrl+O | Open a `.repx` report. | | ||
| Ctrl+N | Create a new report. | | ||
| Ctrl+W | Create a new report with the Wizard. | | ||
| Ctrl+ScrollDown` | Zoom in the selected report. | | ||
| Ctrl+ScrollDown | Zoom out the selected report. | | ||
| Ctrl+0 | Set zoom to 100%. | |
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 added
BIN
+99.7 KB
reporting-for-desktop/images/winforms-eurd-shortcuts/ctrl_move_shape.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+25.6 KB
reporting-for-desktop/images/winforms-eurd-shortcuts/ctrl_or_shift_click.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+44.4 KB
reporting-for-desktop/images/winforms-eurd-shortcuts/ctrl_shift_arrow.gif
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 added
BIN
+37.4 KB
reporting-for-desktop/images/winforms-eurd-shortcuts/shift_drag_drop.gif
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters