-
Notifications
You must be signed in to change notification settings - Fork 29
Created shared-data-source.md #1853
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?
Conversation
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.
Review part 1: user-guide/shared-data-source.md
|
|
||
| You can easily connect your reports to a variety of data sources — giving you flexibility to work with the formats you already use, such as: | ||
|
|
||
| * [SqlDataSource]({%slug web-report-designer-user-guide-components-data-sources%}#sql-data-source%}) |
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.
You need to remove the additional }% in all list items.
| * [SqlDataSource]({%slug web-report-designer-user-guide-components-data-sources%}#sql-data-source%}) | |
| * [SqlDataSource]({%slug web-report-designer-user-guide-components-data-sources%}#sql-data-source) |
|
|
||
| ## Configuring a Shared Data Source | ||
|
|
||
| 1. Once your report is ready, open it in the Web Report Designer. |
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.
| 1. Once your report is ready, open it in the Web Report Designer. | |
| To create a shared data source: | |
| 1. In the Web Report Designer, open an existing report that already has a data source. |
| ## Configuring a Shared Data Source | ||
|
|
||
| 1. Once your report is ready, open it in the Web Report Designer. | ||
| 1. To create a `Shared Data Source`, locate an existing data source in the Web Report Designer. Click the ellipsis button (...) next to the data source and select "Save as Shared Data Source" from the context menu. |
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.
The inline code style, also called monospace is reserved for code, file and folder names, file extensions, etc. Do not use it for UI elements or names. See Formatting.
| 1. To create a `Shared Data Source`, locate an existing data source in the Web Report Designer. Click the ellipsis button (...) next to the data source and select "Save as Shared Data Source" from the context menu. | |
| 1. Go to the **Explorer** tab, click the ellipsis button (**...**) next to the data source, and then select **Save as Shared Data Source** from the context menu. |
|
|
||
|  | ||
|
|
||
| 1. After saving a data source as shared, the Web Report Designer generates a .sdsx file. This file represents the shared data source definition and can be opened directly in the designer for further configuration. |
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.
- That's not a step in the procedure, so it doesn't need numbering. In the text below, you are explaining the state of things without requiring a specific action from the reader.
- Avoid using passive voice ("can be opened"). See Use Active Voice.
| 1. After saving a data source as shared, the Web Report Designer generates a .sdsx file. This file represents the shared data source definition and can be opened directly in the designer for further configuration. | |
| After saving a data source as shared, the Web Report Designer generates an `.sdsx` file. This file represents the shared data source definition that you can open directly in the designer for further configuration. |
|
|
||
|  | ||
|
|
||
| 1. To view all Shared Data Sources, open the [`Assets Manager`]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/tools/shared-resources%}#assets-manager) from the main menu. |
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.
This is not a step that's a part of the specific procedure described above. This is an action related to viewing all saved data sources, so logically, it cannot be listed as a step in the same procedure (creating a shared data source).
| 1. To view all Shared Data Sources, open the [`Assets Manager`]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/tools/shared-resources%}#assets-manager) from the main menu. | |
| To view all existing Shared Data Sources, open the [Assets Manager]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/tools/shared-resources%}#assets-manager) from the main menu. |
|
|
||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/iLBt_8EyxBI?si=kx6LnA1m_FC-r3xA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | ||
|
|
||
| ## Difference Between Shared Data Source and Data Source |
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.
| ## Difference Between Shared Data Source and Data Source | |
| ## Differences between Shared Data Source and Data Source |
|
|
||
|  | ||
|
|
||
| ### Creating Shared Data Source |
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.
Do not use a single heading from a given heading level (H3 in this case). Having a single heading from the corresponding level is a clear indicator that this heading is unnecessary.
| ### Creating Shared Data Source | |
| The next video demonstrates how to create a Shared Data Source from an existing report. |
|
|
||
| | Data Source | Shared Data Source | | ||
| | ------ | ------ | | ||
| | Defined within a single report | Defined outside of individual reports and stored as a .sdsx file | |
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.
| | Defined within a single report | Defined outside of individual reports and stored as a .sdsx file | | |
| | Defined within a single report | Defined outside of individual reports and stored as an `.sdsx` file | |
No description provided.