-
Notifications
You must be signed in to change notification settings - Fork 67
Update web reports #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update web reports #273
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -10,13 +10,13 @@ The following tools allow you to control report element size, location, alignmen | |||||
|
|
||||||
| The Report Designer provides horizontal and vertical rulers to help you determine report elements' size and location. | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| * **Layout Toolbar** | ||||||
|
|
||||||
| Use the **Layout Toolbar** commands to align report controls. | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| * **Snapping** | ||||||
|
|
||||||
|
|
@@ -26,35 +26,35 @@ The following tools allow you to control report element size, location, alignmen | |||||
|
|
||||||
| The design surface displays a visual grid that allows you to determine elements' size and location in a report. Use the **Snap Grid Size** and **Snap Grid Step Count** properties to customize the grid's settings. | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| To hide the grid, disable the **Grid Lines** option in the toolbar's **View** tab or disable a report's **Draw the Grid** property. | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| A report control is aligned to the nearest grid cell when moved with the mouse or ARROW keys. | ||||||
| A report control is aligned to the nearest grid cell when moved with the mouse or <kbd>Arrow</kbd> keys. | ||||||
|
|
||||||
| You can use the **Align to Grid** toolbar button or context menu item to align the selected controls to the grid cells. | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| You can temporarily ignore snapping when you move and resize controls: | ||||||
| * hold down ALT if you move or resize controls using the mouse; | ||||||
| * hold down CTRL if you move or resize controls using the keyboard. | ||||||
| * hold down <kbd>Alt</kbd> if you move or resize controls using the mouse; | ||||||
| * hold down <kbd>Ctrl</kbd> if you move or resize controls using the keyboard. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| * **Snap Lines** | ||||||
|
|
||||||
| The Report Designer displays snap lines when you move or resize report controls. These lines appear around the report controls and indicate the distance to other report elements (controls and bands). | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| When you use the ARROW keys to move a report control or press SHIFT+ARROW to resize the control, it is aligned to the nearest report element in that direction based on snap lines. | ||||||
| When you use the <kbd>Arrow</kbd> keys to move a report control or press <kbd>Shift</kbd>+<kbd>Arrow</kbd> to resize the control, it is aligned to the nearest report element in that direction based on snap lines. | ||||||
|
|
||||||
| A report control's **Snap Line Margin** property and a band's or panel's **Snap Line Padding** property allows you to maintain a uniform distance between elements in a report. | ||||||
| A report control's **Snap Line Margin** property and a band's or panel's **Snap Line Padding** property allow you to maintain a uniform distance between elements in a report. | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| To avoid snapping controls, do the following: | ||||||
| * hold down ALT if you move or resize controls using the mouse; | ||||||
| * hold down CTRL if you move or resize controls using the keyboard. | ||||||
| To avoid snapping controls, do the following: | ||||||
| * hold down <kbd>Alt</kbd> if you move or resize controls using the mouse; | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * hold down <kbd>Ctrl</kbd> if you move or resize controls using the keyboard. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,14 @@ | ||
| --- | ||
| title: Content Editing | ||
| title: Edit Content | ||
| author: Anna Gubareva | ||
| legacyId: 118015 | ||
| --- | ||
| # Content Editing | ||
| A report may contain elements with editable fields, and you can edit field values in the Document Viewer. | ||
|
|
||
|  | ||
| # Edit Content | ||
|
|
||
| **Highlight Editing Fields** | ||
| A report may contain elements with editable fields, and you can edit field values in the Document Viewer. | ||
|
|
||
| To highlight all editable fields in the document, click the **Highlight Editing Fields** button on the toolbar. This button is disabled if there are no such fields in the document. | ||
|
|
||
| When you click an editable field, the appropriate editor is invoked. You can edit text in labels and table cells, and switch check box states. For image elements, you can change pictures, specify size mode and alighnment. | ||
|  | ||
|
|
||
|  | ||
| When you click an editable field, the Document Viewer opens the appropriate editor. You can edit text in labels and table cells, and switch check box states. For image elements, you can change pictures and specify size mode and alignment. |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,24 +4,26 @@ author: Anna Gubareva | |||||
| legacyId: 115376 | ||||||
| --- | ||||||
| # CSV Export Options | ||||||
| Before [exporting a document](export-a-document.md) to CSV format, you can specify CSV-specific options in the **Export Options** panel. | ||||||
|
|
||||||
|  | ||||||
| Before you [export a document](export-a-document.md) to CSV format, you can specify CSV-specific options in the **Export Options** panel. | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| * **Encoding** | ||||||
|
|
||||||
| Specifies the encoding of the text-based file to which a report is exported. | ||||||
| Specifies the encoding of the exported text file. | ||||||
| * **Text Export Mode** | ||||||
|
|
||||||
| Specifies whether to use the formatting of data fields in the bound data source for cells in the exported document. If this option is set to **Text**, all data fields are exported to the CSV file as strings with the corresponding formatting embedded into those strings. If the option is set to **Value**, all formatting will be lost in the resulting document. | ||||||
| Specifies whether to use the formatting of data fields in the bound data source for cells in the exported document. If this option is set to **Text**, all data fields are exported to the CSV file as strings with the corresponding formatting embedded into those strings. If the option is set to **Value**, all formatting is lost in the resulting document. | ||||||
| * **Quote Strings with Separators** | ||||||
|
|
||||||
| Specifies whether strings with separators should be placed in quotation marks in the exported document. | ||||||
| Specifies whether to place strings with separators in quotation marks in the exported document. | ||||||
| * **Separator** | ||||||
|
|
||||||
| Specifies a symbol used to separate text elements (comma by default). | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| * **Skip Empty Rows** | ||||||
|
|
||||||
| Specifies whether to include empty rows into the resulting file. | ||||||
| Specifies whether to include empty rows in the resulting file. | ||||||
| * **Skip Empty Columns** | ||||||
|
|
||||||
| Specifies whether to include empty columns into the resulting file. | ||||||
| Specifies whether to include empty columns in the resulting file. | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,26 +4,28 @@ author: Anna Gubareva | |
| legacyId: 118919 | ||
| --- | ||
| # DOCX Export Options | ||
| Before [exporting a document](export-a-document.md) to DOCX format, you can specify DOCX-specific options in the **Export Options** panel. | ||
|
|
||
|  | ||
| Before you [export a document](export-a-document.md) to DOCX format, you can specify DOCX-specific options in the **Export Options** panel. | ||
|
|
||
|  | ||
|
|
||
| * **Export Mode** | ||
|
|
||
| Specifies how a document is exported to DOCX. The following modes are available. | ||
| * The **Single file** mode allows export of a document to a single file without dividing it into pages. | ||
| * The **Single file page-by-page** mode allows export of a document to a single file divided into pages. In this mode, the **Page range** option is available. | ||
| * The **Single file** mode allows you to export a document to a single file without dividing it into pages. | ||
| * The **Single file page-by-page** mode allows you to export a document to a single file divided into pages. In this mode, the **Page range** option is available. | ||
|
|
||
| * **Page Range** | ||
|
|
||
| Specifies a range of pages which will be included in the resulting file. Use commas to separate page numbers. Use hyphens to set page ranges. | ||
| Specifies a range of pages to include in the resulting file. Use commas to separate page numbers. Use hyphens to set page ranges. | ||
|
|
||
| * **Table Layout** | ||
|
|
||
| The table-based layout is the default layout for reports exported in **Single File** mode. You can also use the **Table Layout** option to enable this layout for reports exported in **Single File Page By Page** mode. When you export a report to **DOCX** with the table-based layout, a table with merged cells is created to mimic the original layout of the report's controls. | ||
|
|
||
| * **Keep Row Height** | ||
|
|
||
| This option is enabled if you enable the **Table Layout** option. If you edit content inside the table after the export, the table cells grow to fit the new content size. Thus, the resulting document can differ from the initial document in **Print Preview**. To avoid this effect, enable the **Keep Row Height** option. If the option is set to **false** (the default value), row heights are not fixed. If you add a new line of text to a cell, the line increases the cell's row height. | ||
| This option is enabled if you enable the **Table Layout** option. If you edit content inside the table after the export, the table cells grow to fit the new content size. As a result, the resulting document can differ from the initial document in **Print Preview**. To avoid this effect, enable the **Keep Row Height** option. If the option is set to **false** (the default value), row heights are not fixed. If you add a new line of text to a cell, the line increases the cell's row height. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If "effect" refers to the difference between the initial document and the resulting document, can we change "To avoid this effect" to "To prevent this discrepancy"? |
||
|
|
||
| * **Rasterize Images** | ||
|
|
||
|
|
@@ -39,9 +41,10 @@ Before [exporting a document](export-a-document.md) to DOCX format, you can spec | |
| Specifies whether to include page breaks in the exported DOCX file. | ||
| * **Export Watermarks** | ||
|
|
||
| Specifies whether the exported document should include watermarks (if they exist). | ||
| Specifies whether to include watermarks in the exported document (if any). | ||
|
|
||
| ## Document Options | ||
| The **Document Options** complex property contains options which specify the **Document Properties** of the created DOCX file. Click the complex property's header to access its nested options. | ||
|
|
||
|  | ||
| The **Document Options** complex property contains options that specify the **Document Properties** of the created DOCX file. Click the complex property's header to access its nested options. | ||
|
|
||
|  | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.