Skip to content
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

hold shift to drop table with field headers #227

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

natakazakova
Copy link
Collaborator

No description provided.

@arminal
Copy link
Contributor

arminal commented Jan 17, 2025

Also:
This tutorial describes how to create a data-bound report displaying information in a tabular format. Table reports should not be confused with hierarchical master-detail reports, nor with cross-tab reports.
Change to:
This tutorial describes how to create a data-bound report that displays information in a tabular format. Table reports should not be confused with hierarchical master-detail reports, nor with cross-tab reports.

  1. Add the Page Header band to the report to print the column headers at the top of every document page. To do this, from the report's context menu, select the Insert Page Header Band command.
    Change to:
  2. Add the Page Header band to the report to print the column headers at the top of every document page. To do this, select the Insert Page Header Band command from the report's context menu.

  1. To further improve the table readability, you can apply different visual styles to its odd and even rows. See Report Visual Styles to learn more.
    Change to:
  2. To further improve table readability, you can apply different visual styles to odd and even rows. See Report Visual Styles to learn more.

(Row 47 - Change to) See the Use Tables section to learn how to add or remove table rows and cells, and how to convert table cells to separate label controls.

(Row 49 - Change to) Switch to Print Preview to see the generated report.

Second Document
(Row 22 - Change to) Rebuilds the generated schema for the selected data source.

Third Document
(Row 7 - Change to) You can use the following approaches to include data source information in your report:

(Row 14 - Change to) After you bind your report to data, the Field List panel displays the data source hierarchy and provides access to available data fields.
(Row 24 - Change to) You can also drop an entire data table onto a report to create a Table control with its cells bound to corresponding data table fields.

@@ -16,11 +16,11 @@ This tutorial describes how to create a data-bound report displaying information

![](../../../images/eurd-web-table-report-insert-page-header.png)

4. Drop the [Table](../use-report-elements/use-tables.md) control from the [Toolbox](../report-designer-tools/toolbox.md) onto the Page Header band and specify columns' text to create column headers.
4. Switch to the [Field List](../report-designer-tools/ui-panels/field-list.md), select data fields, hold `Shift` when you drag the fields and drop them onto the report design area. This creates a data table with data field names.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
4. Switch to the [Field List](../report-designer-tools/ui-panels/field-list.md), select data fields, hold `Shift` when you drag the fields and drop them onto the report design area. This creates a data table with data field names.
4. Switch to the [Field List](../report-designer-tools/ui-panels/field-list.md), select data fields, hold `Shift` when you drag fields and drop them onto the report design area. This creates a data table with data field names.


![](../../../images/eurd-web-table-report-add-static-captions.png)

5. To provide dynamic content to the report, switch to the [Field List](../report-designer-tools/ui-panels/field-list.md), select data fields and drop them onto the Detail band.
5. To provide dynamic content to the report, in the Field list, select data fields and drop them onto the Detail band.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
5. To provide dynamic content to the report, in the Field list, select data fields and drop them onto the Detail band.
5. To provide dynamic content to the report, select data fields and drop them onto the Detail band in the Field list.

@@ -30,6 +30,8 @@ This tutorial describes how to create a data-bound report displaying information

![](../../../images/eurd-web-table-report-select-both-tables.png)

Alternatively, you can select one cell and press `Esc` to go to one level up and select the entire row.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Alternatively, you can select one cell and press `Esc` to go to one level up and select the entire row.
Alternatively, you can select one cell and press `Esc` to move one level up and select an entire row.

@@ -30,6 +30,8 @@ This tutorial describes how to create a data-bound report displaying information

![](../../../images/eurd-web-table-report-select-both-tables.png)

Alternatively, you can select one cell and press `Esc` to go to one level up and select the entire row.

7. Expand the **Appearance** category and specify the **Font**, **Text Alignment** and **Borders** properties to customize the tables' appearance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
7. Expand the **Appearance** category and specify the **Font**, **Text Alignment** and **Borders** properties to customize the tables' appearance.
7. Expand the **Appearance** category and specify the **Font**, **Text Alignment**, and **Borders** properties to customize table appearance.

@@ -52,10 +52,14 @@ Dropping an entire data table onto a report creates a table with its columns bou

![](../../../../images/eurd-web-field-list-drop-table.png)

To select multiple fields, click them with holding the CTRL or SHIFT key. Dropping these fields onto a report creates a new table with its cells bound to the corresponding fields.
To select multiple fields, click them with holding the `Ctrl` or `Shift` key. Dropping these fields onto a report creates a new table with its cells bound to the corresponding fields.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To select multiple fields, click them with holding the `Ctrl` or `Shift` key. Dropping these fields onto a report creates a new table with its cells bound to the corresponding fields.
To select multiple fields, click them while pressing the `Ctrl` or `Shift` key. Dropping these fields onto a report creates a new table with its cells bound to corresponding fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants